summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/libbug/Makefile.inc
blob: 879ba4bd431dbb3f3e7ce1df9cacd3c1f0bb673f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile.inc,v 1.3 1997/10/20 00:33:46 deraadt Exp $

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

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