Expand PMF_FN_* macros.
[netbsd-mini2440.git] / regress / include / varargs / Makefile
blob00711fb6d4c388c5d67dec9c0711ae0800399c51
1 # $NetBSD: Makefile,v 1.6 2001/12/12 01:24:13 tv Exp $
3 NOMAN= # defined
5 PROG= varargstest
6 SRCS= argtest.c
7 CPPFLAGS+= -DVARARGS
9 .PATH: ${.CURDIR}/../stdarg
11 regress: ${PROG}
12 ./${PROG}
14 .include <bsd.prog.mk>