blob: 1fdd57cdf7420160a7974b8d79527dc82041dbb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# @(#)Makefile 5.5 (Berkeley) 7/1/90
BINMODE=4555
MAN1= keyinfo.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/keyinfo.pl ${DESTDIR}${BINDIR}/keyinfo
.include <bsd.prog.mk>
|