freebsd-dev/usr.sbin/cron/crontab/Makefile
Enji Cooper 64a0982bee usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 11:38:03 +00:00

18 lines
197 B
Makefile

# $FreeBSD$
BINDIR= /usr/bin
PROG= crontab
MAN= crontab.1 crontab.5
BINOWN= root
BINMODE=4555
PRECIOUSPROG=
WARNS?= 3
CFLAGS+= -I${.CURDIR:H}/cron
LIBADD= cron md util
.include <bsd.prog.mk>