add -DNET_DEBUG to the list of commented-out debug options

This commit is contained in:
lukem 1999-11-12 13:13:59 +00:00
parent 053d3c3702
commit e8dc21a13a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.39 1999/11/12 01:26:28 simonb Exp $
# $NetBSD: Makefile,v 1.40 1999/11/12 13:13:59 lukem Exp $
LIB= sa
MKPIC= no
@ -8,7 +8,7 @@ SA_USE_CREAD?= no
SA_INCLUDE_NET?= yes
SA_USE_LOADFILE?= no
#DEBUGCPPFLAGS= -DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DRPC_DEBUG -DRARP_DEBUG -DDEBUG -DPARANOID
#DEBUGCPPFLAGS= -DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DRPC_DEBUG -DRARP_DEBUG -DNET_DEBUG -DDEBUG -DPARANOID
CPPFLAGS= -I${SADIR} ${SACPPFLAGS} ${SAMISCCPPFLAGS} \
-DCOMPAT_UFS ${DEBUGCPPFLAGS}