summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-04-12 02:42:39 +0000
committerache <ache@FreeBSD.org>1995-04-12 02:42:39 +0000
commit3ec57b4b689ddd9845b2aa3fc49df92d4af934e5 (patch)
tree6cf28d2ee52a1c8127b4b9eb970fac96197d763f /usr.bin/at/Makefile
parent9d69b1d1123b6e165254dc11c02ef070402073f6 (diff)
downloadFreeBSD-src-3ec57b4b689ddd9845b2aa3fc49df92d4af934e5.zip
FreeBSD-src-3ec57b4b689ddd9845b2aa3fc49df92d4af934e5.tar.gz
Upgrade.
Diffstat (limited to 'usr.bin/at/Makefile')
-rw-r--r--usr.bin/at/Makefile21
1 files changed, 19 insertions, 2 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index a2f9b85..e1e3096 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -1,7 +1,9 @@
-# $Id: Makefile,v 1.1 1993/12/05 11:35:35 cgd Exp $
+# $Id: Makefile,v 1.1 1994/01/05 01:08:51 nate Exp $
+
+.include "${.CURDIR}/Makefile.inc"
PROG= at
-SRCS= at.c panic.c parsetime.c
+SRCS= at.c panic.c parsetime.c perm.c
LINKS= ${BINDIR}/at ${BINDIR}/atq \
${BINDIR}/at ${BINDIR}/atrm \
${BINDIR}/at ${BINDIR}/batch
@@ -11,5 +13,20 @@ MLINKS= at.1 batch.1 \
BINOWN= root
BINMODE= 4555
+MANSRC= .
+CLEANFILES += ${MAN1}
+MANDEPEND = ${MAN1}
.include <bsd.prog.mk>
+
+${MAN1}: at.man
+ sed -e \
+ "s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \
+ s@_ATJOB_DIR@$(ATJOB_DIR)@g; \
+ s@_DEFAULT_BATCH_QUEUE@$(DEFAULT_BATCH_QUEUE)@g; \
+ s@_DEFAULT_AT_QUEUE@$(DEFAULT_AT_QUEUE)@g; \
+ s@_LOADAVG_MX@$(LOADAVG_MX)@g; \
+ s@_PERM_PATH@$(PERM_PATH)@g; \
+ s@_LOCKFILE@$(LOCKFILE)@g" \
+ < $? > $@
+
OpenPOWER on IntegriCloud