13 lines
423 B
Text
13 lines
423 B
Text
$NetBSD: patch-an,v 1.4 2001/11/28 04:49:02 jlam Exp $
|
|
|
|
--- device/lib/Makefile.in.orig Mon Apr 9 21:52:41 2001
|
|
+++ device/lib/Makefile.in Mon Apr 9 21:53:06 2001
|
|
@@ -30,7 +30,7 @@
|
|
infodir = @infodir@
|
|
srcdir = @srcdir@
|
|
|
|
-CPPFLAGS = -I$(INCDIR)
|
|
+CPPFLAGS = -I$(INCDIR) -I$(BUILDLINK_DIR)/include -Dunix
|
|
CFLAGS =
|
|
|
|
OBJECTS = _atoi.rel _atol.rel _autobaud.rel _bp.rel _schar2fs.rel \
|