diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2001-01-11 13:01:20 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2001-01-11 13:01:20 +0000 |
| commit | 27a803d631193a49a09c117d72371fca3bf4869c (patch) | |
| tree | 087c9e515977b8686cebf7325e8bea79ada19b8c /libexec/save-entropy/Makefile | |
| parent | ebaf16d37311f0f3724430e04bb1a4fa6794fe17 (diff) | |
Notes
Diffstat (limited to 'libexec/save-entropy/Makefile')
| -rw-r--r-- | libexec/save-entropy/Makefile | 10 |
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> + |
