# $NetBSD: Makefile,v 1.3 1998/08/27 23:32:33 tv Exp $ .if (${MACHINE_ARCH} != "powerpc") PROG= strip SRCS= objcopy.c is-strip.c .endif MAN= strip.1 .include # STRIPPROG is capable of stripping itself, so this is OK. .if (${STRIPFLAG} != "") && (${MACHINE_ARCH} != "powerpc") STRIPFLAG:= realinstall: __installstrip __installstrip: ${STRIPPROG} ${DESTDIR}/${BINDIR}/strip .endif