minix/minix/commands/crontab/Makefile
David van Moolenbroek b80da2a01d commands: move manpages into command directories
Change-Id: Icf8a2d26629a1822725022c9ee21c587d3c4c3b4
2015-09-28 14:06:06 +00:00

13 lines
235 B
Makefile

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