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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
siginfo
/
sigchld
/
Makefile
blob
de75842f0b43a9fcb2435992e7e31add13c134b7
1
# $NetBSD: Makefile,v 1.1 2003/09/13 22:55:17 christos Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
sigchld
6
7
regress
: ${
PROG
}
8
.
/${
PROG
}
9
10
.
include
<
bsd.prog.mk
>