=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strip/Attic/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/strip/Attic/Makefile 2004/07/12 10:44:11 1.11 +++ src/usr.bin/strip/Attic/Makefile 2013/03/15 06:01:42 1.12 @@ -1,5 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2004/07/12 10:44:11 miod Exp $ +# $OpenBSD: Makefile,v 1.12 2013/03/15 06:01:42 deraadt Exp $ +.include +.if (${ELF_TOOLCHAIN:L} == "no") + TARGET_MACHINE_ARCH?= ${MACHINE_ARCH} PROG= strip @@ -45,5 +48,7 @@ ${STRIP} ${DESTDIR}${BINDIR}/strip chmod ${BINMODE} ${DESTDIR}${BINDIR}/strip -if [ "${INSTALL_COPY}" = "" ]; then rm -f ${STRIP}; fi + +.endif .include