mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
8 lines
168 B
Makefile
8 lines
168 B
Makefile
|
|
MAN1= killall.1
|
||
|
|
|
||
|
|
beforeinstall:
|
||
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||
|
|
${.CURDIR}/killall.pl ${DESTDIR}${BINDIR}/killall
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|