diff options
author | ru <ru@FreeBSD.org> | 2002-07-18 12:33:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-18 12:33:01 +0000 |
commit | ed13465e591fdc3e0b558d313695094b32d03e72 (patch) | |
tree | e3611936f4a8ea05097db2519e10cbb6e6e87364 /etc/periodic/security | |
parent | 74e419398d4926ad53710ab09e0e61dea93c80be (diff) | |
download | FreeBSD-src-ed13465e591fdc3e0b558d313695094b32d03e72.zip FreeBSD-src-ed13465e591fdc3e0b558d313695094b32d03e72.tar.gz |
Install scripts via FILES (purposedly not via SCRIPTS that would
strip the suffixes).
Diffstat (limited to 'etc/periodic/security')
-rw-r--r-- | etc/periodic/security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/periodic/security/Makefile b/etc/periodic/security/Makefile index da4152f..999ffb3 100644 --- a/etc/periodic/security/Makefile +++ b/etc/periodic/security/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -BIN= 100.chksetuid \ +FILES= 100.chksetuid \ 200.chkmounts \ 300.chkuid0 \ 400.passwdless \ |