1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/usr.bin/keyinfo/Makefile

13 lines
233 B
Makefile
Raw Normal View History

# @(#)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>