Sync usage with man page.
[netbsd-mini2440.git] / regress / include / stdarg / Makefile
blob0f7554a51a25518c6e261b4103388bd27c4f437c
1 # $NetBSD: Makefile,v 1.6 2001/12/12 01:24:13 tv Exp $
3 NOMAN= # defined
5 PROG= stdargtest
6 SRCS= argtest.c
7 CPPFLAGS+= -DSTDARG
9 .PATH: ${.CURDIR}/../stdarg
11 regress: ${PROG}
12 ./${PROG}
14 .include <bsd.prog.mk>