diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /usr.sbin/cron | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'usr.sbin/cron')
| -rw-r--r-- | usr.sbin/cron/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/cron/Makefile.inc | 1 | ||||
| -rw-r--r-- | usr.sbin/cron/cron/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/cron/cron/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.sbin/cron/cron/crontab | 1 | ||||
| -rw-r--r-- | usr.sbin/cron/crontab/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/cron/crontab/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.sbin/cron/lib/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/cron/lib/Makefile.depend | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/usr.sbin/cron/Makefile b/usr.sbin/cron/Makefile index 62f853cd2673..e24c33cb1a80 100644 --- a/usr.sbin/cron/Makefile +++ b/usr.sbin/cron/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SUBDIR= lib cron crontab diff --git a/usr.sbin/cron/Makefile.inc b/usr.sbin/cron/Makefile.inc index 265f86d1ed55..d3b5cbd3a79b 100644 --- a/usr.sbin/cron/Makefile.inc +++ b/usr.sbin/cron/Makefile.inc @@ -1,3 +1,2 @@ -# $FreeBSD$ .include "../Makefile.inc" diff --git a/usr.sbin/cron/cron/Makefile b/usr.sbin/cron/cron/Makefile index 87c6bab7b495..673ae49e01a1 100644 --- a/usr.sbin/cron/cron/Makefile +++ b/usr.sbin/cron/cron/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ CONFS= crontab PROG= cron diff --git a/usr.sbin/cron/cron/Makefile.depend b/usr.sbin/cron/cron/Makefile.depend index 2fdceff9e755..474d85363f7c 100644 --- a/usr.sbin/cron/cron/Makefile.depend +++ b/usr.sbin/cron/cron/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.sbin/cron/cron/crontab b/usr.sbin/cron/cron/crontab index 994d4ae6af00..2f4bc71d8722 100644 --- a/usr.sbin/cron/cron/crontab +++ b/usr.sbin/cron/cron/crontab @@ -1,6 +1,5 @@ # /etc/crontab - root's crontab for FreeBSD # -# $FreeBSD$ # SHELL=/bin/sh PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin diff --git a/usr.sbin/cron/crontab/Makefile b/usr.sbin/cron/crontab/Makefile index 7b780edc80e3..7b4901b7a281 100644 --- a/usr.sbin/cron/crontab/Makefile +++ b/usr.sbin/cron/crontab/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ BINDIR= /usr/bin diff --git a/usr.sbin/cron/crontab/Makefile.depend b/usr.sbin/cron/crontab/Makefile.depend index 46d2eea93236..e1fa9e85dcb0 100644 --- a/usr.sbin/cron/crontab/Makefile.depend +++ b/usr.sbin/cron/crontab/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile index d8203c5a4df7..cf41f2e72d2c 100644 --- a/usr.sbin/cron/lib/Makefile +++ b/usr.sbin/cron/lib/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ LIB= cron INTERNALLIB= diff --git a/usr.sbin/cron/lib/Makefile.depend b/usr.sbin/cron/lib/Makefile.depend index cf2961c09880..217d6b6b7bd8 100644 --- a/usr.sbin/cron/lib/Makefile.depend +++ b/usr.sbin/cron/lib/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ |
