mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
11 lines
220 B
Makefile
11 lines
220 B
Makefile
# @(#)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>
|