repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
regress
/
include
/
varargs
/
Makefile
blob
00711fb6d4c388c5d67dec9c0711ae0800399c51
1
# $NetBSD: Makefile,v 1.6 2001/12/12 01:24:13 tv Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
varargstest
6
SRCS
=
argtest.c
7
CPPFLAGS
+= -
DVARARGS
8
9
.PATH
: ${
.CURDIR
}/
..
/
stdarg
10
11
regress
: ${
PROG
}
12
.
/${
PROG
}
13
14
.
include
<
bsd.prog.mk
>