NetBSD/regress/include/varargs/Makefile

15 lines
207 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:31 lukem Exp $
PROG= varargstest
SRCS= argtest.c
MKMAN= no
1997-10-27 00:50:53 +03:00
CPPFLAGS+= -DVARARGS
.PATH: ${.CURDIR}/../stdarg
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>