[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, Wed Oct 18 08:45:03 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

#	$Id: Makefile,v 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>