aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/at/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:52:19 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:52:19 +0000
commitdc12be52584a604d0444341077b89a56d670609f (patch)
tree7b14986a10c9088f03f22111b98d87e05fa31f0b /usr.bin/at/Makefile
parent7acf4af8082faffd943110b5f2139fc2a0888a94 (diff)
downloadsrc-dc12be52584a604d0444341077b89a56d670609f.tar.gz
src-dc12be52584a604d0444341077b89a56d670609f.zip
MAN[1-9] -> MAN.
Notes
Notes: svn path=/head/; revision=74848
Diffstat (limited to 'usr.bin/at/Makefile')
-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 b3bf2188d1c0..0f31ee08af3f 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>