diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-05-24 22:25:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-05-24 22:25:47 +0000 |
commit | f7cf9ba52fcdeca82d1568116370c1136cb35f1b (patch) | |
tree | 02c2276800a1807897c90c44b2fb4d99de56edb3 /sys/lib/libsa | |
parent | 0a5e19e740778be602187517aefc7f3c9cab3ac2 (diff) |
-ansi considered harmful, even in comments
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r-- | sys/lib/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile index 882987e6b6f..42a48bb4905 100644 --- a/sys/lib/libsa/Makefile +++ b/sys/lib/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2003/06/01 17:00:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.22 2005/05/24 22:25:46 millert Exp $ # $NetBSD: Makefile,v 1.13 1996/10/02 16:19:51 ws Exp $ LIB= sa @@ -8,7 +8,7 @@ DIR=${SAREL}${SADIR} .PATH: ${DIR} #DEBUGFLAGS= -DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DRPC_DEBUG -DRARP_DEBUG -DDEBUG -DPARANOID -Wall -#DEBUGFLAGS= -ansi -pedantic -Wall +#DEBUGFLAGS= -Wall AFLAGS+=${XAFLAGS} CFLAGS+=${XCFLAGS} -D_STANDALONE -DCOMPAT_UFS $(DEBUGFLAGS) -I${DIR} -I${DIR}/../.. # |