From: Ted Lemon Date: Thu, 25 Jun 1998 02:51:14 +0000 (+0000) Subject: Add -Wno-char-subscript for Solaris. Update copyright. X-Git-Tag: carrel-2~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb77797973c1c7945e786f7a31a93f2f36827290;p=thirdparty%2Fdhcp.git Add -Wno-char-subscript for Solaris. Update copyright. --- diff --git a/Makefile.conf b/Makefile.conf index 8acd174c2..bb2d3c0a0 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -1,6 +1,6 @@ -# Makefile.dist +# Makefile.conf # -# Copyright (c) 1996, 1997 The Internet Software Consortium. +# Copyright (c) 1996, 1997, 1998 The Internet Software Consortium. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -92,7 +92,7 @@ VARDB = /var/db #LIBS = -lresolv -lsocket -lnsl -lgen #CC=gcc #COPTS = -Wall -Wstrict-prototypes -Wno-unused -Wno-implicit -Wno-comment \ -# -Wno-uninitialized -Werror +# -Wno-uninitialized -Wno-char-subscript -Werror #CF = cf/sunos5-5.h #ADMMANDIR = /usr/share/man/cat1m #ADMMANEXT = .1m