From: Ted Lemon Date: Sat, 17 Oct 1998 13:32:20 +0000 (+0000) Subject: Add bsd/os script. Use -Wno-switch (sigh). X-Git-Tag: carrel-2~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1938efb00d226f7c5746f97bf954237119df1768;p=thirdparty%2Fdhcp.git Add bsd/os script. Use -Wno-switch (sigh). --- diff --git a/Makefile.conf b/Makefile.conf index 79704ab42..a9c7954c1 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -92,7 +92,7 @@ VARDB = /var/db #LIBS = -lresolv -lsocket -lnsl -lgen #CC=gcc #COPTS = -Wall -Wno-unused -Wno-implicit -Wno-comment \ -# -Wno-uninitialized -Wno-char-subscripts -Werror +# -Wno-uninitialized -Wno-char-subscripts -Wno-switch -Werror #CF = cf/sunos5-5.h #ADMMANDIR = /usr/share/man/cat1m #ADMMANEXT = .1m @@ -132,11 +132,12 @@ VARDB = /var/db #VARDB = /etc ##--alphaosf-- -## BSD/OS 2.1 +## BSD/OS 2.1 and higher. ##--bsdos-- #LIBS= -lresolv #CC=gcc2 #CF = cf/bsdos.h +#SCRIPT=bsdos ##--bsdos-- ## FreeBSD @@ -149,7 +150,7 @@ VARDB = /var/db ##--rhapsody-- #CF = cf/rhapsody.h #COPTS = -Wall -Wno-unused -Wno-implicit -Wno-comment \ -# -Wno-uninitialized -Werror -pipe +# -Wno-uninitialized -Wno-switch -Werror -pipe #SCRIPT=rhapsody ##--rhapsody-- @@ -157,7 +158,7 @@ VARDB = /var/db ##--netbsd-- #CF = cf/netbsd.h #COPTS = -Wall -Wstrict-prototypes -Wno-unused -Wno-implicit -Wno-comment \ -# -Wno-uninitialized -Werror -pipe +# -Wno-uninitialized -Werror -Wno-switch -pipe #SCRIPT=netbsd ##--netbsd--