Include ${.CURDIR}/../../libc/include to get namespace.h.
This fix a broken build after the recent non NetBSD fixes which broke it for NetBSD.
This commit is contained in:
parent
a4cfa723ac
commit
b24467c00b
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.10 2001/12/12 00:51:01 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2002/02/01 22:12:37 veego Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
@ -28,6 +28,7 @@ HOST_CPPFLAGS+= -I. \
|
||||
-I${LIBROKEN} \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-I${.CURDIR}/../../libc/include \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
DPSRCS= print_version.h
|
||||
|
Loading…
Reference in New Issue
Block a user