From 662764bce85b1fd7264824dbe4580afb4d3199a3 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sun, 29 May 1994 16:35:09 +0000 Subject: [PATCH] Remove unneeded targets for manual page. Remove unneeded cleanfiles. --- usr.bin/lorder/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index 70d28f5d1ccd..12f99c62ca13 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