1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

Set the usual owner for /usr/bin/skeyprune. ok deraadt

This commit is contained in:
natano 2016-09-11 13:51:30 +00:00
parent af9ccd1c89
commit 72c8009a2e

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2016/03/30 06:38:46 jmc Exp $
# $OpenBSD: Makefile,v 1.16 2016/09/11 13:51:30 natano Exp $
PROG= skey
MAN= skey.1 skeyprune.8
@ -9,7 +9,7 @@ DPADD= ${LIBSKEY}
LDADD= -lskey
beforeinstall:
${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/skeyprune.pl \
${DESTDIR}${BINDIR}/skeyprune
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 755 \
${.CURDIR}/skeyprune.pl ${DESTDIR}${BINDIR}/skeyprune
.include <bsd.prog.mk>