Deleted Added
sdiff udiff text old ( 70922 ) new ( 75286 )
full compact
1# $FreeBSD: head/libexec/save-entropy/Makefile 70922 2001-01-11 13:01:20Z dougb $
2
3NOMAN= noman
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>
10