diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /usr.bin/crontab/Makefile | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'usr.bin/crontab/Makefile')
| -rw-r--r-- | usr.bin/crontab/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/usr.bin/crontab/Makefile b/usr.bin/crontab/Makefile index 64577960205a..2a251b747aa3 100644 --- a/usr.bin/crontab/Makefile +++ b/usr.bin/crontab/Makefile @@ -1,19 +1,10 @@ -# -# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE -# -------------------- ----- ---------------------- -# CURRENT PATCH LEVEL: 1 00131 -# -------------------- ----- ---------------------- -# -# 06 Apr 93 Adam Glass Fixed so manual pages install, install crontab -# with proper permissions and owners -# PROG= crontab SRCS= crontab.c misc.c entry.c env.c -CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../libexec/crond -DDEBUGGING=1 -DBSD -DCRONDIR='"/var/cron"' -fstrength-reduce +CFLAGS+= -I${.CURDIR}/../../usr.sbin/cron BINOWN =root BINMODE=4111 MAN1= crontab.1 MAN5= crontab.5 .include <bsd.prog.mk> -.PATH: ${.CURDIR}/../../libexec/crond +.PATH: ${.CURDIR}/../../usr.sbin/cron |
