mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
10 lines
203 B
Makefile
10 lines
203 B
Makefile
|
# @(#)Makefile 5.5 (Berkeley) 7/1/90
|
||
|
|
||
|
MAN1= keyinfo.1
|
||
|
|
||
|
beforeinstall:
|
||
|
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||
|
${.CURDIR}/keyinfo.sh ${DESTDIR}${BINDIR}/keyinfo
|
||
|
|
||
|
.include <bsd.prog.mk>
|