summaryrefslogtreecommitdiff
path: root/libexec/save-entropy/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2001-01-11 13:01:20 +0000
committerDoug Barton <dougb@FreeBSD.org>2001-01-11 13:01:20 +0000
commit27a803d631193a49a09c117d72371fca3bf4869c (patch)
tree087c9e515977b8686cebf7325e8bea79ada19b8c /libexec/save-entropy/Makefile
parentebaf16d37311f0f3724430e04bb1a4fa6794fe17 (diff)
Notes
Diffstat (limited to 'libexec/save-entropy/Makefile')
-rw-r--r--libexec/save-entropy/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/save-entropy/Makefile b/libexec/save-entropy/Makefile
new file mode 100644
index 000000000000..c3de2caaf45c
--- /dev/null
+++ b/libexec/save-entropy/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+NOMAN= noman
+
+beforeinstall:
+ ${INSTALL} -c -o operator -g operator -m 500 \
+ ${.CURDIR}/save-entropy.sh ${DESTDIR}${BINDIR}/save-entropy
+
+.include <bsd.prog.mk>
+