summaryrefslogtreecommitdiffstats
path: root/usr.bin/keyinfo/Makefile
blob: 93bfb8a34c81ca473027d36c81797dd6384c8518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)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>
OpenPOWER on IntegriCloud