Move etc/crontab to usr.sbin/cron/cron/

Approved by:	re (gjb), will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16786
This commit is contained in:
Brad Davis 2018-09-06 14:55:54 +00:00
parent 49365eb433
commit 2d7bc6b39b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338497
3 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ UPDATE_DEPENDFILE= no
SUBDIR+=sendmail
.endif
BIN1= crontab \
BIN1= \
dhclient.conf \
disktab \
group \

View file

@ -1,5 +1,6 @@
# $FreeBSD$
CONFS= crontab
PROG= cron
MAN= cron.8
SRCS= cron.c database.c do_command.c job.c user.c popen.c