summaryrefslogtreecommitdiffstats
path: root/usr.bin/at
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-27 10:52:19 +0000
committerru <ru@FreeBSD.org>2001-03-27 10:52:19 +0000
commit89596e453852464f330543234ea7d0894c5fc287 (patch)
tree2f3bf33fa937fe4dcbe5a97851f84bed559bbc7b /usr.bin/at
parent27b491435b5af71a9b47047589a2d7bb2e49affc (diff)
downloadFreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.zip
FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.tar.gz
MAN[1-9] -> MAN.
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index b3bf218..0f31ee0 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -13,11 +13,9 @@ MLINKS= at.1 batch.1 \
at.1 atrm.1
BINMODE= 4555
-CLEANFILES += ${MAN1}
+CLEANFILES+= at.1
-.include <bsd.prog.mk>
-
-${MAN1}: at.man
+at.1: at.man
@${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
sed -e \
"s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \
@@ -28,3 +26,5 @@ ${MAN1}: at.man
s@_PERM_PATH@$(PERM_PATH)@g; \
s@_LOCKFILE@$(LOCKFILE)@g" \
< ${.ALLSRC} > ${.TARGET}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud