add commented-out -D_DIAGNOSTIC
This commit is contained in:
parent
bde01a6cd8
commit
1e3b8bd985
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.3 2010/10/27 20:44:50 pooka Exp $
|
# $NetBSD: Makefile,v 1.4 2010/11/30 14:08:39 pooka Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
WARNS= 4
|
WARNS= 4
|
||||||
@ -7,7 +7,8 @@ WARNS= 4
|
|||||||
.PATH: ${.CURDIR}/../../sys/rump/include/rump
|
.PATH: ${.CURDIR}/../../sys/rump/include/rump
|
||||||
|
|
||||||
LIB= rumpuser
|
LIB= rumpuser
|
||||||
LIBDPLIBS+= pthread ${.CURDIR}/../libpthread
|
LIBDPLIBS+= pthread ${.CURDIR}/../libpthread
|
||||||
|
#CPPFLAGS+= -D_DIAGNOSTIC
|
||||||
|
|
||||||
SRCS= rumpuser.c rumpuser_net.c
|
SRCS= rumpuser.c rumpuser_net.c
|
||||||
SRCS+= rumpuser_pth.c
|
SRCS+= rumpuser_pth.c
|
||||||
|
Loading…
Reference in New Issue
Block a user