11 lines
180 B
Makefile
11 lines
180 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
NOMAN= noman
|
||
|
|
||
|
beforeinstall:
|
||
|
${INSTALL} -c -o operator -g operator -m 500 \
|
||
|
${.CURDIR}/save-entropy.sh ${DESTDIR}${BINDIR}/save-entropy
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
|