From 1938efb00d226f7c5746f97bf954237119df1768 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Sat, 17 Oct 1998 13:32:20 +0000 Subject: [PATCH] Add bsd/os script. Use -Wno-switch (sigh). --- Makefile.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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-- -- 2.47.3