NetBSD/sys/arch/mvme68k/stand/libbug/Makefile.inc

15 lines
394 B
PHP
Raw Normal View History

1996-05-17 23:50:10 +04:00
# $NetBSD: Makefile.inc,v 1.2 1996/05/17 19:50:19 chuck Exp $
LIB_BUG_DIR=${S}/arch/${MACHINE}/stand/libbug
LIBBUG_DIR!= cd ${LIB_BUG_DIR}; \
printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx
LIBBUG=${LIBBUG_DIR}/libbug.a
$(LIBBUG): .NOTMAIN __always_make_libbug
@echo making sure the libbug is up to date...
@(cd ${LIB_BUG_DIR}; ${MAKE})
__always_make_libbug: .NOTMAIN