From: Ted Lemon Date: Sat, 29 Mar 1997 01:20:40 +0000 (+0000) Subject: Use -pipe on NetBSD X-Git-Tag: DHCP-970328~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26e02cc513f1359336d1a7eac3ce29112dab8aa2;p=thirdparty%2Fdhcp.git Use -pipe on NetBSD --- diff --git a/Makefile.conf b/Makefile.conf index 1b26fa662..ae3ab126d 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -129,7 +129,7 @@ VARDB = /var/db ##--netbsd-- #CF = cf/netbsd.h #COPTS = -Wall -Wstrict-prototypes -Wno-unused -Wno-implicit -Wno-comment \ -# -Wno-uninitialized -Werror +# -Wno-uninitialized -Werror -pipe #SCRIPT=netbsd ##--netbsd--