mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-19 01:17:07 +00:00
use CPPFLAGS instead of CFLAGS
This commit is contained in:
parent
7f31c8aab5
commit
8414acffd1
@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile.inc,v 1.7 1997/10/18 06:42:52 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.8 1997/10/25 06:58:22 lukem Exp $
|
||||
|
||||
LIBCOMMON != cd ${.CURDIR}/../common;\
|
||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
||||
CFLAGS+=-I${.CURDIR}/../common
|
||||
CPPFLAGS+=-I${.CURDIR}/../common
|
||||
DPADD+= ${LIBKVM} ${LIBCOMMON}/libcommon.a
|
||||
LDADD+= -lkvm -L${LIBCOMMON} -lcommon
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user