#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	strip
MAN1=	strip.1
STRIP=

afterinstall:
	./strip ${DESTDIR}${BINDIR}/strip

.include <bsd.prog.mk>
