summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-28 13:05:14 +0000
committerjkh <jkh@FreeBSD.org>1994-08-28 13:05:14 +0000
commitfa20e1be6985eeddd21cadf853a8a472c9eb9b23 (patch)
treed326b08722fd8f4278ee04db4cfedfd2ff5630d2 /usr.sbin/cron
parent4209b935fe1a50c88434408d549ee3f087cb22d4 (diff)
downloadFreeBSD-src-fa20e1be6985eeddd21cadf853a8a472c9eb9b23.zip
FreeBSD-src-fa20e1be6985eeddd21cadf853a8a472c9eb9b23.tar.gz
Set proper destination directory for cron.
Submitted by: jkh
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r--usr.sbin/cron/cron/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/cron/cron/Makefile b/usr.sbin/cron/cron/Makefile
index 6eb220d..656c32b 100644
--- a/usr.sbin/cron/cron/Makefile
+++ b/usr.sbin/cron/cron/Makefile
@@ -1,3 +1,5 @@
+BINDIR?= /usr/sbin
+
PROG= cron
SRCS= cron.c database.c do_command.c job.c user.c popen.c
MAN3= bitstring.3
OpenPOWER on IntegriCloud