NetBSD/regress/include/varargs/Makefile

17 lines
229 B
Makefile

# $NetBSD: Makefile,v 1.2 1995/04/20 22:38:10 cgd Exp $
PROG= varargstest
SRCS= argtest.c
NOMAN= noman, no way, man
CFLAGS+= -DVARARGS
.PATH: ${.CURDIR}/../stdarg
install:
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>