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.sbin
/
veriexecgen
/
Makefile
blob
26cbf9ee8edfcff7fdc330c7e5b5c059ebe5096d
1
# $NetBSD: Makefile,v 1.2 2006/09/18 10:09:31 elad Exp $
2
3
WARNS?
=
2
# XXX -Wcast-qual -Wsign-compare
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
veriexecgen
8
MAN
=
veriexecgen
.8
9
10
LDADD
+=-
lutil
11
DPADD
+=${
LIBUTIL
}
12
13
.
include
<
bsd.prog.mk
>