summaryrefslogtreecommitdiffstats
path: root/usr.bin/lorder/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-29 16:35:09 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-29 16:35:09 +0000
commit440579f09c131ca75a2b43fa36d0336a36e38252 (patch)
tree9fdab7c4050b3e2ef59ff56b46683d0ed85930fd /usr.bin/lorder/Makefile
parent7ed4b195ef3abd857fad098fbb79136353702dfa (diff)
downloadFreeBSD-src-440579f09c131ca75a2b43fa36d0336a36e38252.zip
FreeBSD-src-440579f09c131ca75a2b43fa36d0336a36e38252.tar.gz
Remove unneeded targets for manual page. Remove unneeded cleanfiles.
Diffstat (limited to 'usr.bin/lorder/Makefile')
-rw-r--r--usr.bin/lorder/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile
index 70d28f5..12f99c6 100644
--- a/usr.bin/lorder/Makefile
+++ b/usr.bin/lorder/Makefile
@@ -2,13 +2,6 @@
MAN1= lorder.0
-all lorder: ${MAN1}
-
-clean depend lint tags:
-
-cleandir:
- rm -f ${MAN1}
-
install: maninstall
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder
OpenPOWER on IntegriCloud