summaryrefslogtreecommitdiffstats
path: root/usr.bin/at
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-26 07:28:26 +0000
committerru <ru@FreeBSD.org>2001-03-26 07:28:26 +0000
commit06e5712a05d686eaef5304f42f8f78a3d4a04174 (patch)
tree12578a60c2459b1c611758d69e5e8d71c241ab63 /usr.bin/at
parent9aefd18cc80a8f27657aa1a59f80c55939d91408 (diff)
downloadFreeBSD-src-06e5712a05d686eaef5304f42f8f78a3d4a04174.zip
FreeBSD-src-06e5712a05d686eaef5304f42f8f78a3d4a04174.tar.gz
Don't use MANDEPEND and MANSRC.
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index df96d57..b3bf218 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -4,7 +4,7 @@
PROG= at
CFLAGS+=-Wall
-SRCS= at.c panic.c parsetime.c perm.c
+SRCS= at.c panic.c parsetime.c perm.c
LINKS= ${BINDIR}/at ${BINDIR}/atq \
${BINDIR}/at ${BINDIR}/atrm \
${BINDIR}/at ${BINDIR}/batch
@@ -13,9 +13,7 @@ MLINKS= at.1 batch.1 \
at.1 atrm.1
BINMODE= 4555
-MANSRC= .
CLEANFILES += ${MAN1}
-MANDEPEND = ${MAN1}
.include <bsd.prog.mk>
@@ -29,5 +27,4 @@ ${MAN1}: at.man
s@_LOADAVG_MX@$(LOADAVG_MX)@g; \
s@_PERM_PATH@$(PERM_PATH)@g; \
s@_LOCKFILE@$(LOCKFILE)@g" \
- < ${.OODATE} > ${.TARGET}
-
+ < ${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud