Makefile (27a803d631193a49a09c117d72371fca3bf4869c) | Makefile (b9ad8c8635daa61851dae229097979424d740268) |
---|---|
1# $FreeBSD$ 2 | 1# $FreeBSD$ 2 |
3NOMAN= noman | 3SCRIPTS= save-entropy.sh |
4 | 4 |
5beforeinstall: 6 ${INSTALL} -c -o operator -g operator -m 500 \ 7 ${.CURDIR}/save-entropy.sh ${DESTDIR}${BINDIR}/save-entropy 8 | |
9.include <bsd.prog.mk> | 5.include <bsd.prog.mk> |
10 | |