aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-04-22 22:05:53 +0000
committerWarner Losh <imp@FreeBSD.org>2024-04-23 04:36:35 +0000
commit7209444a80fd37de0e19c7cf93623f84709827e3 (patch)
treee567c5042b1316a485492f7797789532438d033a /usr.sbin/cron
parent6ca1f3de57692994a57acb7632cc4cbfdcac6241 (diff)
downloadsrc-7209444a80fd37de0e19c7cf93623f84709827e3.tar.gz
src-7209444a80fd37de0e19c7cf93623f84709827e3.zip
package: move cron into its own package
Reviewed by: imp, manu, Mina Galic Pull Request: https://github.com/freebsd/freebsd-src/pull/1172
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r--usr.sbin/cron/cron/Makefile1
-rw-r--r--usr.sbin/cron/crontab/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/cron/cron/Makefile b/usr.sbin/cron/cron/Makefile
index 673ae49e01a1..206f001b8387 100644
--- a/usr.sbin/cron/cron/Makefile
+++ b/usr.sbin/cron/cron/Makefile
@@ -1,4 +1,5 @@
+PACKAGE=cron
CONFS= crontab
PROG= cron
MAN= cron.8
diff --git a/usr.sbin/cron/crontab/Makefile b/usr.sbin/cron/crontab/Makefile
index 7b4901b7a281..5fbd2b44b2fa 100644
--- a/usr.sbin/cron/crontab/Makefile
+++ b/usr.sbin/cron/crontab/Makefile
@@ -1,6 +1,7 @@
BINDIR= /usr/bin
+PACKAGE=cron
PROG= crontab
MAN= crontab.1 crontab.5
BINOWN= root