Deleted Added
full compact
1# $FreeBSD: head/libexec/save-entropy/Makefile 70922 2001-01-11 13:01:20Z dougb $
1# $FreeBSD: head/libexec/save-entropy/Makefile 75286 2001-04-07 11:21:35Z ru $
2
3NOMAN= noman
3SCRIPTS= save-entropy.sh
4
5beforeinstall:
6 ${INSTALL} -c -o operator -g operator -m 500 \
7 ${.CURDIR}/save-entropy.sh ${DESTDIR}${BINDIR}/save-entropy
8
5.include <bsd.prog.mk>
10