Date: Tue, 19 Jun 2001 21:02:55 +1000 (EST) From: <andrew@ugh.net.au> To: <freebsd-gnats-submit@freebsd.org> Cc: <freebsd-bugs@FreeBSD.org>, <dd@FreeBSD.org> Subject: Re: bin/25278: bs accepts -s -c but not -sc Message-ID: <20010619210205.R72827-100000@starbug.ugh.net.au> In-Reply-To: <20010619205619.K72827-100000@starbug.ugh.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
OK, here is a patch to add -Wall to the Makefile. --- Makefile.orig Tue Jun 19 21:00:39 2001 +++ Makefile Tue Jun 19 20:52:18 2001 @@ -2,6 +2,7 @@ PROG= bs MAN= bs.6 +CFLAGS+=-Wall DPADD= ${LIBNCURSES} ${LIBMYTINFO} LDADD= -lncurses -lmytinfo HIDEGAME=hidegame To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010619210205.R72827-100000>