diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/libbug')
-rw-r--r-- | sys/arch/mvme68k/stand/libbug/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/libbug/Makefile.inc b/sys/arch/mvme68k/stand/libbug/Makefile.inc index 1d08d0f59fd..879ba4bd431 100644 --- a/sys/arch/mvme68k/stand/libbug/Makefile.inc +++ b/sys/arch/mvme68k/stand/libbug/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:34 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/10/20 00:33:46 deraadt Exp $ -LIB_BUG_DIR=${S}/arch/${MACHINE}/stand/libbug +LIB_BUG_DIR=${S}/arch/mvme68k/stand/libbug LIBBUG_DIR!= cd ${LIB_BUG_DIR}; \ printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx |