Module Name:    src
Committed By:   christos
Date:           Fri May  7 21:54:07 UTC 2010

Modified Files:
        src/external/bsd/cron/bin/crontab: Makefile

Log Message:
specify bindir


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/cron/bin/crontab/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/cron/bin/crontab/Makefile
diff -u src/external/bsd/cron/bin/crontab/Makefile:1.1 src/external/bsd/cron/bin/crontab/Makefile:1.2
--- src/external/bsd/cron/bin/crontab/Makefile:1.1	Thu May  6 14:58:45 2010
+++ src/external/bsd/cron/bin/crontab/Makefile	Fri May  7 17:54:07 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2010/05/06 18:58:45 christos Exp $
+#	$NetBSD: Makefile,v 1.2 2010/05/07 21:54:07 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,7 @@
 CPPFLAGS+=-I${.CURDIR} -DDEBUGGING=1
 BINOWN =root
 BINMODE=4555
+BINDIR=/usr/bin
 MAN=	crontab.1 crontab.5
 
 .include <bsd.prog.mk>

Reply via email to