diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/libbug/Makefile.inc')
-rw-r--r-- | sys/arch/mvme88k/stand/libbug/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/stand/libbug/Makefile.inc b/sys/arch/mvme88k/stand/libbug/Makefile.inc index dc1ad6b04c8..90276eebe90 100644 --- a/sys/arch/mvme88k/stand/libbug/Makefile.inc +++ b/sys/arch/mvme88k/stand/libbug/Makefile.inc @@ -1,4 +1,6 @@ -LIB_BUG_DIR=${S}/arch/${MACHINE}/stand/libbug +# $OpenBSD: Makefile.inc,v 1.2 1998/08/22 07:39:52 smurph Exp $ + +LIB_BUG_DIR=${S}/arch/mvme88k/stand/libbug LIBBUG_DIR!= cd ${LIB_BUG_DIR}; \ printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx |