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
/
sys
/
kern
/
sigtramp
/
Makefile
blob
e6d351777c27ae16dea9f49d8a3fe48962490e2f
1
# $NetBSD: Makefile,v 1.4 2002/09/18 05:41:55 lukem Exp $
2
3
NOMAN
=
# defined
4
LDSTATIC
= -
static
5
6
PROG
=
sigtramp
7
8
regress
:
9
${
HOST_SH
} ${
.CURDIR
}/
dotest
10
11
.
include
<
bsd.prog.mk
>