summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>2002-01-22 13:50:53 +0000
committertron <tron@NetBSD.org>2002-01-22 13:50:53 +0000
commitcb9b6509519cdbbd2164eab3bed4b333fca36639 (patch)
treebf58bbff751ec7ff434130cef582b3d509734d6f /gnu
parente10f2bf04d90670320f13bf4c78cd12b794cb6eb (diff)
Define "HAVE_ERR_H" to fix native build.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.sbin/mdsetimage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/mdsetimage/Makefile b/gnu/usr.sbin/mdsetimage/Makefile
index 0d5d7eae887..e0bb7d776bc 100644
--- a/gnu/usr.sbin/mdsetimage/Makefile
+++ b/gnu/usr.sbin/mdsetimage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/12/31 23:04:13 thorpej Exp $
+# $NetBSD: Makefile,v 1.7 2002/01/22 13:50:53 tron Exp $
.include <bsd.own.mk>
@@ -10,7 +10,7 @@ PROG= mdsetimage
MAN= mdsetimage.8
CPPFLAGS+= -I${BFDDIR} -I${DIST}/bfd -I${DIST}/binutils -I${DIST}/include \
- -DHAVE_CONFIG_H
+ -DHAVE_CONFIG_H -DHAVE_ERR_H
DPADD+= ${BFDDIR}/libbfd.a
LDADD+= -L${BFDDIR} -lbfd