Don't define STANDALONE here, it is not used by sys/lib/libsa code.

Port dependant code depending on it must define it in its own Makefile.
This commit is contained in:
drochner 1997-06-26 19:14:53 +00:00
parent ed2ca9f1fa
commit 96dde15c3f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 1997/05/31 21:22:12 cjs Exp $
# $NetBSD: Makefile,v 1.20 1997/06/26 19:14:53 drochner Exp $
LIB= sa
NOPIC=
@ -8,7 +8,7 @@ SA_USE_CREAD?= no
SA_INCLUDE_NET?= yes
#DEBUGCPPFLAGS= -DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DRPC_DEBUG -DRARP_DEBUG -DDEBUG -DPARANOID
CPPFLAGS= -I. ${SACPPFLAGS} ${SAMISCCPPFLAGS} -DSTANDALONE \
CPPFLAGS= -I. ${SACPPFLAGS} ${SAMISCCPPFLAGS} \
-DCOMPAT_UFS ${DEBUGCPPFLAGS}
#CFLAGS+= -ansi -pedantic -Wall