minix/commands/crontab/Makefile
Arun Thomas c0c8d25799 Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
2010-06-25 18:29:09 +00:00

14 lines
226 B
Makefile

# Makefile for crontab.
.include <bsd.own.mk>
PROG= crontab
SRCS= crontab.c tab.c misc.c
CPPFLAGS+= -I${.CURDIR} -I${MINIXSRCDIR}/commands/cron
BINMODE= 4755
MAN=
.PATH: ${MINIXSRCDIR}/commands/cron
.include <bsd.prog.mk>