aboutsummaryrefslogtreecommitdiff
path: root/libexec/save-entropy
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-07 11:21:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-07 11:21:35 +0000
commitb9ad8c8635daa61851dae229097979424d740268 (patch)
tree178a5a1ffa82cf2818bc0bd4597d50e5443f763f /libexec/save-entropy
parent86aca2117b3c790edc0943c2d3022bebb70d5cfd (diff)
downloadsrc-b9ad8c8635daa61851dae229097979424d740268.tar.gz
src-b9ad8c8635daa61851dae229097979424d740268.zip
beforeinstall -> SCRIPTS.
Notes
Notes: svn path=/head/; revision=75286
Diffstat (limited to 'libexec/save-entropy')
-rw-r--r--libexec/save-entropy/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/libexec/save-entropy/Makefile b/libexec/save-entropy/Makefile
index c3de2caaf45c..400bb9e6888c 100644
--- a/libexec/save-entropy/Makefile
+++ b/libexec/save-entropy/Makefile
@@ -1,10 +1,5 @@
# $FreeBSD$
-NOMAN= noman
-
-beforeinstall:
- ${INSTALL} -c -o operator -g operator -m 500 \
- ${.CURDIR}/save-entropy.sh ${DESTDIR}${BINDIR}/save-entropy
+SCRIPTS= save-entropy.sh
.include <bsd.prog.mk>
-