aboutsummaryrefslogtreecommitdiff
path: root/libexec/save-entropy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/save-entropy/Makefile')
-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>
-