diff options
Diffstat (limited to 'usr.bin/which/Makefile')
-rw-r--r-- | usr.bin/which/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index 9464640..fdc121b 100644 --- a/usr.bin/which/Makefile +++ b/usr.bin/which/Makefile @@ -1,13 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ -MAINTAINER= wosch - - -MAN1= which.1 - -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which +PROG= which .include <bsd.prog.mk> |