[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / crontab

File: [local] / src / usr.bin / crontab / Makefile (download)

Revision 1.1.1.1 (vendor branch), Wed Oct 18 08:45:03 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines

initial import of NetBSD tree

#	$Id: Makefile,v 1.1.1.1 1995/10/18 08:45:03 deraadt Exp $

PROG=	crontab
SRCS=	crontab.c misc.c entry.c env.c
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=1 
BINOWN =root
BINMODE=4555
MAN=	crontab.1 crontab.5

.PATH: ${.CURDIR}/../../usr.sbin/cron

.include <bsd.prog.mk>