=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strip/Attic/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/strip/Attic/Makefile 1998/05/11 07:41:23 1.7 --- src/usr.bin/strip/Attic/Makefile 1999/05/10 16:14:07 1.8 *************** *** 1,9 **** ! # $OpenBSD: Makefile,v 1.7 1998/05/11 07:41:23 niklas Exp $ TARGET_MACHINE_ARCH?= ${MACHINE_ARCH} PROG= strip .if ${TARGET_MACHINE_ARCH} != ${MACHINE_ARCH} # XXX should make this automatic .if ${TARGET_MACHINE_ARCH} == "i386" --- 1,10 ---- ! # $OpenBSD: Makefile,v 1.8 1999/05/10 16:14:07 espie Exp $ TARGET_MACHINE_ARCH?= ${MACHINE_ARCH} PROG= strip + CFLAGS+=-I${.CURDIR}/../nm .if ${TARGET_MACHINE_ARCH} != ${MACHINE_ARCH} # XXX should make this automatic .if ${TARGET_MACHINE_ARCH} == "i386"