08c81a9c2d
- list NOxxx and LDSTATIC= assignments before everything else (especially <bsd.own.mk>) - ensure <bsd.own.mk> is included before NETBSDSRCDIR is used - add missing RCSids
15 lines
218 B
Makefile
15 lines
218 B
Makefile
# $NetBSD: Makefile,v 1.7 2002/09/18 05:41:36 lukem Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= varargstest
|
|
SRCS= argtest.c
|
|
CPPFLAGS+= -DVARARGS
|
|
|
|
.PATH: ${.CURDIR}/../stdarg
|
|
|
|
regress: ${PROG}
|
|
./${PROG}
|
|
|
|
.include <bsd.prog.mk>
|