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
Sync usage with man page.
[netbsd-mini2440.git]
/
regress
/
include
/
stdarg
/
Makefile
blob
0f7554a51a25518c6e261b4103388bd27c4f437c
1
# $NetBSD: Makefile,v 1.6 2001/12/12 01:24:13 tv Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
stdargtest
6
SRCS
=
argtest.c
7
CPPFLAGS
+= -
DSTDARG
8
9
.PATH
: ${
.CURDIR
}/
..
/
stdarg
10
11
regress
: ${
PROG
}
12
.
/${
PROG
}
13
14
.
include
<
bsd.prog.mk
>