NetBSD/regress/include/stdarg/Makefile

14 lines
212 B
Makefile
Raw Normal View History

2001-12-12 04:23:59 +03:00
# $NetBSD: Makefile,v 1.6 2001/12/12 01:24:13 tv Exp $
2001-12-12 04:23:59 +03:00
PROG= stdargtest
SRCS= argtest.c
NOMAN= # defined
CPPFLAGS+= -DSTDARG
2001-12-12 04:23:59 +03:00
.PATH: ${.CURDIR}/../stdarg
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>