Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/cron/bin/crontab specify bindir



details:   https://anonhg.NetBSD.org/src/rev/d3cb85492f11
branches:  trunk
changeset: 754656:d3cb85492f11
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 07 21:54:07 2010 +0000

description:
specify bindir

diffstat:

 external/bsd/cron/bin/crontab/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eedebfe6947c -r d3cb85492f11 external/bsd/cron/bin/crontab/Makefile
--- a/external/bsd/cron/bin/crontab/Makefile    Fri May 07 20:43:40 2010 +0000
+++ b/external/bsd/cron/bin/crontab/Makefile    Fri May 07 21:54:07 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index