mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-19 01:17:07 +00:00
enable WARNS=1 by default, but disable in unclean 3rd party code
This commit is contained in:
parent
9aebf6b8ce
commit
7f31c8aab5
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.6 1997/10/17 10:38:21 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 1997/10/18 06:42:52 lukem Exp $
|
||||
|
||||
LIBCOMMON != cd ${.CURDIR}/../common;\
|
||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
||||
@ -6,4 +6,6 @@ CFLAGS+=-I${.CURDIR}/../common
|
||||
DPADD+= ${LIBKVM} ${LIBCOMMON}/libcommon.a
|
||||
LDADD+= -lkvm -L${LIBCOMMON} -lcommon
|
||||
|
||||
.include "../Makefile.inc"
|
||||
.if exists(${.CURDIR}/../../Makefile.inc)
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user