diff options
Diffstat (limited to 'cad/verilog')
-rw-r--r-- | cad/verilog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/verilog/Makefile b/cad/verilog/Makefile index 4d47dc334c9..095e0804b47 100644 --- a/cad/verilog/Makefile +++ b/cad/verilog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/04/11 13:36:19 wennmach Exp $ +# $NetBSD: Makefile,v 1.9 2001/06/11 06:34:20 jlam Exp $ # DISTNAME= verilog-0.4 @@ -19,6 +19,5 @@ GNU_CONFIGURE= yes USE_GMAKE= yes # to find ipal.h: CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS+="${LDFLAGS}" .include "../../mk/bsd.pkg.mk" |