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]
/
usr.bin
/
moduli
/
qsafe
/
Makefile
blob
db0b1d193890ba79bbcef16f081f2459916258e7
1
# $NetBSD$
2
3
NOMAN
=
yes
4
PROG
=
qsafe
5
SRCS
=
qsafe.c qfile.c
6
QSIEVE
=${
.CURDIR
}/
..
/
qsieve
7
.PATH
: ${
QSIEVE
}
8
CPPFLAGS
+=-
I
${
QSIEVE
}
9
10
.
include
<
bsd.prog.mk
>