diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-23 04:10:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-23 04:10:54 +0000 |
commit | c928a15892bc2a8df7d4c1575d8229cccf52880d (patch) | |
tree | 304f571545176f645e277631acc36b9b35970591 /usr.bin/skeyinfo/Makefile | |
parent | acde161551bddc79946c5f69023491755435d74e (diff) |
Replace skeyinfo.sh with a setuid binary (necessary for mode 0600 /etc/skeykeys)
Diffstat (limited to 'usr.bin/skeyinfo/Makefile')
-rw-r--r-- | usr.bin/skeyinfo/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/skeyinfo/Makefile b/usr.bin/skeyinfo/Makefile new file mode 100644 index 00000000000..8c59930c648 --- /dev/null +++ b/usr.bin/skeyinfo/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 1997/07/23 04:10:52 millert Exp $ + +PROG= skeyinfo +BINOWN= root +BINMODE=4555 +DPADD= ${LIBSKEY} +LDADD= -lskey + +.include <bsd.prog.mk> |