diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-09-20 14:20:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-09-20 14:20:27 +0000 |
commit | 73c0da69e8dcb3c7bd698866143aa6a44cfe694c (patch) | |
tree | 8864bbdc9b6969bb8abc9ef7c877ca02c616e861 /sys/lib/libsa/Makefile | |
parent | b430a02621f28162b5c32659630e48131c163acc (diff) |
fix makefiles. cleanup, addopt for boot.
Diffstat (limited to 'sys/lib/libsa/Makefile')
-rw-r--r-- | sys/lib/libsa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile index ceb9717d667..cd2412190d2 100644 --- a/sys/lib/libsa/Makefile +++ b/sys/lib/libsa/Makefile @@ -8,7 +8,9 @@ DIR=${SAREL}${SADIR} #DEBUGFLAGS= -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DRPC_DEBUG -DRARP_DEBUG -DDEBUG -DPARANOID -Wall #DEBUGFLAGS= -ansi -pedantic -Wall -CFLAGS+=-DSTANDALONE -DCOMPAT_UFS $(DEBUGFLAGS) -I${DIR} -I${DIR}/../.. +AFLAGS+=${XAFLAGS} +CFLAGS+=${XCFLAGS} -D_STANDALONE -DCOMPAT_UFS $(DEBUGFLAGS) -I${DIR} -I${DIR}/../.. +CPPFLAGS+=${XCPPFLAGS} # stand routines SRCS+= alloc.c bcopy.c memcpy.c exit.c exec.c getfile.c gets.c globals.c \ |