summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/libbug/Makefile.inc
blob: 90276eebe90db925118bbbb8000a49bf6d0eda1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$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

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