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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
stdio
/
scanf
/
Makefile
blob
e2b57b7730427d904910d6a6787bde554733c7bd
1
# $NetBSD: Makefile,v 1.3 2002/09/18 05:41:39 lukem Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
scanf
6
WARNS?
=
1
7
8
regress
: ${
PROG
}
9
.
/${
PROG
}
10
11
.
include
<
bsd.prog.mk
>