]> git.saurik.com Git - apple/system_cmds.git/blob - at.tproj/Makefile.dist
system_cmds-336.1.2.tar.gz
[apple/system_cmds.git] / at.tproj / Makefile.dist
1 # $Id: Makefile.dist,v 1.1.1.1 1999/05/02 04:21:18 wsanchez Exp $
2
3 PROG= at
4 SRCS= at.c panic.c parsetime.c
5 LINKS= ${BINDIR}/at ${BINDIR}/atq \
6 ${BINDIR}/at ${BINDIR}/atrm \
7 ${BINDIR}/at ${BINDIR}/batch
8 MLINKS= at.1 batch.1 \
9 at.1 atq.1 \
10 at.1 atrm.1
11
12 BINOWN= root
13 BINMODE= 4555
14
15 .include <bsd.prog.mk>