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
/
lib
/
libc
/
protoent
/
Makefile
blob
1b7bbccfe1a320c51b31cb2220b1fc7578eac00e
1
# $NetBSD: Makefile,v 1.2 2004/02/19 19:51:05 christos Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
protoent
6
7
regress
: ${
PROG
}
8
${
.CURDIR
}/
..
/
servent
/
compare
/
etc
/
protocols
${
.OBJDIR
}/${
PROG
}
9
10
.
include
<
bsd.prog.mk
>