Deleted Added
full compact
Makefile (70922) Makefile (75286)
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
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