summaryrefslogtreecommitdiff
path: root/minix/commands/crontab/Makefile
blob: b2b30b99052713925fcba2ce59a011cf240bba45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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>