summaryrefslogtreecommitdiff
path: root/usr.bin/at/Makefile
blob: f5d9c51e621a16d4d103e7be9050169061a02217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.7 2002/07/15 19:13:29 millert Exp $

PROG=	at
SRCS=	at.c panic.c parsetime.c perm.c
CFLAGS+=-I${.CURDIR}/../../usr.sbin/cron
MAN=	at.1 atrm.1 atq.1
LINKS=	${BINDIR}/at ${BINDIR}/atq \
	${BINDIR}/at ${BINDIR}/atrm \
	${BINDIR}/at ${BINDIR}/batch
MLINKS=	at.1 batch.1

BINGRP=	crontab
BINMODE= 2555

.include <bsd.prog.mk>