=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pmdb/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/pmdb/Attic/Makefile 2002/03/15 16:41:05 1.3 --- src/usr.bin/pmdb/Attic/Makefile 2002/03/15 16:45:10 1.4 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.3 2002/03/15 16:41:05 jason Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.4 2002/03/15 16:45:10 drahn Exp $ .include *************** *** 35,41 **** .if (${MACHINE_ARCH} != ${MACHINE}) && exists(arch/${MACHINE_ARCH}/Makefile.inc) .PATH: ${.CURDIR}/arch/${MACHINE_ARCH} ! .include arch/${MACHINE_ARCH}/Makefile.inc CPPFLAGS+=-I${.CURDIR}/arch/${MACHINE_ARCH} .endif --- 35,41 ---- .if (${MACHINE_ARCH} != ${MACHINE}) && exists(arch/${MACHINE_ARCH}/Makefile.inc) .PATH: ${.CURDIR}/arch/${MACHINE_ARCH} ! .include "arch/${MACHINE_ARCH}/Makefile.inc" CPPFLAGS+=-I${.CURDIR}/arch/${MACHINE_ARCH} .endif