summaryrefslogtreecommitdiff
path: root/usr.bin/crontab/Makefile
blob: ad68bea530cb69b27b92d63a946eaa168fa26a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.8 2015/11/12 21:12:05 millert Exp $

PROG=	crontab
SRCS=	crontab.c entry.c env.c client.c misc.c
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron
BINGRP =crontab
BINMODE=2555
MAN=	crontab.1 crontab.5

.PATH: ${.CURDIR}/../../usr.sbin/cron

.include <bsd.prog.mk>