diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/strip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index c597a98..1a699e7 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -1,10 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= strip +MAN1= strip.1 +STRIP= -install: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} strip \ - ${DESTDIR}${BINDIR} +afterinstall: ./strip ${DESTDIR}${BINDIR}/strip .include <bsd.prog.mk> |