dee651eb15
to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver
17 lines
234 B
Makefile
17 lines
234 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= /usr/bin
|
|
|
|
PROG= crontab
|
|
MAN= crontab.1 crontab.5
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
PRECIOUSPROG=
|
|
|
|
CFLAGS+= -I${.CURDIR}/../cron
|
|
|
|
DPADD= ${LIBCRON} ${LIBMD} ${LIBUTIL}
|
|
LDADD= ${LIBCRON} -lmd -lutil
|
|
|
|
.include <bsd.prog.mk>
|