12 lines
123 B
Makefile
12 lines
123 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <src.opts.mk>
|
||
|
|
||
|
.if ${MK_AT} != "no"
|
||
|
FILES+= at
|
||
|
.endif
|
||
|
|
||
|
BINDIR= /etc/cron.d
|
||
|
|
||
|
.include <bsd.prog.mk>
|