Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/crontab in external now.
details: https://anonhg.NetBSD.org/src/rev/8a0f7d719b0b
branches: trunk
changeset: 769019:8a0f7d719b0b
user: christos <christos%NetBSD.org@localhost>
date: Tue Aug 30 10:09:26 2011 +0000
description:
in external now.
diffstat:
usr.bin/crontab/Makefile | 20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)
diffs (24 lines):
diff -r 6acff3237bcd -r 8a0f7d719b0b usr.bin/crontab/Makefile
--- a/usr.bin/crontab/Makefile Tue Aug 30 10:08:11 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2011/06/20 07:44:01 mrg Exp $
-
-.include <bsd.own.mk>
-
-USE_FORT?= yes # setuid
-PROG= crontab
-SRCS= crontab.c misc.c entry.c env.c
-CPPFLAGS+=-I${.CURDIR} -I${NETBSDSRCDIR}/usr.sbin/cron -DDEBUGGING=1
-CPPFLAGS+=-DUSE_UTIMES
-BINOWN =root
-BINMODE=4555
-MAN= crontab.1 crontab.5
-
-.PATH: ${NETBSDSRCDIR}/usr.sbin/cron
-
-.include <bsd.prog.mk>
-
-.if defined(HAVE_GCC) || defined(HAVE_PCC)
-COPTS.misc.c+= -Wno-pointer-sign
-.endif
Home |
Main Index |
Thread Index |
Old Index