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
/
sscanf
/
Makefile
blob
d0805a7f42e4f55904a9498f3e6a6ce03b8b73c4
1
# $NetBSD: Makefile,v 1.1 2003/05/30 12:46:05 simonb Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
sscanf
6
WARNS?
=
1
7
8
regress
: ${
PROG
}
9
.
/${
PROG
}
10
11
.
include
<
bsd.prog.mk
>