85a3b2eb8f
the binaries static.
13 lines
375 B
Makefile
13 lines
375 B
Makefile
# $NetBSD: Makefile.inc,v 1.4 1997/11/05 12:12:39 ragge Exp $
|
|
|
|
LIBCOMMON != cd ${.CURDIR}/../common_source;\
|
|
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
|
|
|
CPPFLAGS+=-DV7 -I${.CURDIR}/../common_source
|
|
DPADD+= ${LIBTERM} ${LIBCOMPAT} ${LIBCOMMON}/libcommon.a
|
|
LDADD+= -L${LIBCOMMON} -lcommon -ltermcap -lcompat
|
|
|
|
HIDEGAME=hidegame
|
|
|
|
.include "../Makefile.inc"
|