diff options
author | ru <ru@FreeBSD.org> | 2001-04-07 11:21:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-07 11:21:35 +0000 |
commit | ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27 (patch) | |
tree | 056ad459e7adb0894bcede2c9ae571d853f222f1 /libexec | |
parent | 06174de8ff77027561ef0e58b4ba7aa59799f6c0 (diff) | |
download | FreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.zip FreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.tar.gz |
beforeinstall -> SCRIPTS.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/save-entropy/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libexec/save-entropy/Makefile b/libexec/save-entropy/Makefile index c3de2ca..400bb9e 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> - |