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
/
skeyinit
/
Makefile
blob
1ef3c70ca7ba99e66709c679eb6cda207e4bb886
1
# $NetBSD: Makefile,v 1.5 2002/09/18 14:00:40 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
USE_FORT?
=
yes
# setuid
6
PROG
=
skeyinit
7
BINOWN
=
root
8
BINMODE
=
4555
9
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
lib
/
libskey
10
DPADD
= ${
LIBCRYPT
} ${
LIBSKEY
}
11
LDADD
= -
lcrypt
-
lskey
12
13
.
include
<
bsd.prog.mk
>