diff options
author | 2005-05-24 22:25:46 +0000 | |
---|---|---|
committer | 2005-05-24 22:25:46 +0000 | |
commit | 70ca51693ec4e09ec30fdf2c2f158b2bddb03448 (patch) | |
tree | 897b8e3c20f8ac582ec4c3d841bfd1684a9bbf57 | |
parent | Remove -ansi as that means expose only C89 interfaces. (diff) | |
download | wireguard-openbsd-70ca51693ec4e09ec30fdf2c2f158b2bddb03448.tar.xz wireguard-openbsd-70ca51693ec4e09ec30fdf2c2f158b2bddb03448.zip |
-ansi considered harmful, even in comments
-rw-r--r-- | bin/csh/Makefile | 4 | ||||
-rw-r--r-- | sys/lib/libsa/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 5272cc2217e..4e04f99d595 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2003/06/23 16:42:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2005/05/24 22:25:46 millert Exp $ # # C Shell with process control; VM/UNIX VAX Makefile # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria @@ -8,7 +8,7 @@ PROG= csh DFLAGS=-DBUILTIN -DFILEC -DNLS -DSHORT_STRINGS #CFLAGS+=-g -#CFLAGS+=-Wall -ansi -pedantic +#CFLAGS+=-Wall CFLAGS+=-I${.CURDIR} -I. ${DFLAGS} SRCS= alloc.c char.c const.c csh.c dir.c dol.c error.c exec.c exp.c file.c \ func.c glob.c hist.c init.c lex.c misc.c parse.c proc.c \ 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}/../.. # |