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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.bin
/
skeyinfo
/
Makefile
blob
3357114baafb33fcef0f4aeac2534606bacbd314
1
# $NetBSD: Makefile,v 1.1 1997/06/22 18:49:55 christos Exp $
2
3
USE_FORT?
=
yes
# setuid
4
PROG
=
skeyinfo
5
MAN
=
skeyinfo
.1
6
DPADD
= ${
LIBSKEY
}
7
LDADD
= -
lskey
8
BINOWN
=
root
9
BINMODE
=
4555
10
11
.
include
<
bsd.prog.mk
>