xref: /dflybsd-src/usr.sbin/cron/crontab/Makefile (revision 471c6e46a0fe5d1d4ccda5e61034231865321281)
1984263bcSMatthew Dillon# $FreeBSD: src/usr.sbin/cron/crontab/Makefile,v 1.10.2.1 2001/04/25 12:09:24 ru Exp $
2984263bcSMatthew Dillon
3984263bcSMatthew DillonPROG=	crontab
4984263bcSMatthew DillonCFLAGS+=-I${.CURDIR}/../cron
5984263bcSMatthew DillonDPADD=	${LIBCRON} ${LIBUTIL}
6984263bcSMatthew DillonLDADD=	${LIBCRON} -lutil
7984263bcSMatthew DillonMAN=	crontab.1 crontab.5
8984263bcSMatthew Dillon
9984263bcSMatthew DillonBINDIR=	/usr/bin
10984263bcSMatthew DillonBINOWN=	root
11984263bcSMatthew DillonBINMODE=4555
12*5e6263dfSMatthew Dillon.if !defined(NOFSCHG)
13984263bcSMatthew DillonINSTALLFLAGS=-fschg
14*5e6263dfSMatthew Dillon.endif
15984263bcSMatthew Dillon
16984263bcSMatthew Dillon.include <bsd.prog.mk>
17