summaryrefslogtreecommitdiff
path: root/usr.bin/at/Makefile
blob: 355fad47448a0a37f81b714cca106c6574e78032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.3 1997/03/01 23:40:08 millert Exp $
#	$NetBSD: Makefile,v 1.2 1995/03/25 18:13:27 glass Exp $

PROG=	at
SRCS=	at.c panic.c parsetime.c perm.c
LINKS=	${BINDIR}/at ${BINDIR}/atq \
	${BINDIR}/at ${BINDIR}/atrm \
	${BINDIR}/at ${BINDIR}/batch
MLINKS=	at.1 batch.1 \
	at.1 atq.1 \
	at.1 atrm.1

BINOWN=	root
BINMODE= 4555

.include <bsd.prog.mk>