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/monthly | |
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/monthly')
-rw-r--r-- | etc/periodic/monthly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/periodic/monthly/Makefile b/etc/periodic/monthly/Makefile index 6fea21c..c213230 100644 --- a/etc/periodic/monthly/Makefile +++ b/etc/periodic/monthly/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -BIN= 200.accounting \ +FILES= 200.accounting \ 999.local .include <bsd.prog.mk> |