summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1994-01-05 01:09:14 +0000
committernate <nate@FreeBSD.org>1994-01-05 01:09:14 +0000
commitbef639521001043085233d09fd5baf914056a884 (patch)
tree9be525c13e5f80727ddcae82a4ad091a026ba4d6 /usr.bin/at/Makefile
parentfabe92192efa5e6a41935909586b69fc8f61268a (diff)
downloadFreeBSD-src-bef639521001043085233d09fd5baf914056a884.zip
FreeBSD-src-bef639521001043085233d09fd5baf914056a884.tar.gz
Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.
Diffstat (limited to 'usr.bin/at/Makefile')
-rw-r--r--usr.bin/at/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
new file mode 100644
index 0000000..a2f9b85
--- /dev/null
+++ b/usr.bin/at/Makefile
@@ -0,0 +1,15 @@
+# $Id: Makefile,v 1.1 1993/12/05 11:35:35 cgd Exp $
+
+PROG= at
+SRCS= at.c panic.c parsetime.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>
OpenPOWER on IntegriCloud