8905131422
be made mode 0600. Pointed out by: kieber@sax.de (Ulf Kieber) Reviewed by: pst
13 lines
233 B
Makefile
13 lines
233 B
Makefile
# @(#)Makefile 5.5 (Berkeley) 7/1/90
|
|
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
|
|
MAN1= keyinfo.1
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/keyinfo.pl ${DESTDIR}${BINDIR}/keyinfo
|
|
|
|
.include <bsd.prog.mk>
|