diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-08-16 17:04:02 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-08-16 17:04:02 +0000 |
commit | 12c88fdf8b9e7c868a12b1d71f47ce83625b969b (patch) | |
tree | da0ab15971981f96bfc6dfa43990e8cbd58f3583 /etc/periodic/Makefile | |
parent | 3a6424f6be21a3f53bb10416a0debe13ce433bd9 (diff) | |
download | src-12c88fdf8b9e7c868a12b1d71f47ce83625b969b.tar.gz src-12c88fdf8b9e7c868a12b1d71f47ce83625b969b.zip |
Copy /etc/cron.d to /etc/periodic per-request of many.
This wasn't done with a repository copy because there was no
history of any consequence. Flames to me.
Notes
Notes:
svn path=/cvs2svn/branches/TRAINA/; revision=28263
Diffstat (limited to 'etc/periodic/Makefile')
-rw-r--r-- | etc/periodic/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/periodic/Makefile b/etc/periodic/Makefile new file mode 100644 index 000000000000..6317cdb63d36 --- /dev/null +++ b/etc/periodic/Makefile @@ -0,0 +1,5 @@ +# $Id: Makefile,v 1.1 1997/08/12 18:23:24 pst Exp $ + +SUBDIR= daily weekly monthly + +.include <bsd.subdir.mk> |