diff options
| author | tron <tron@NetBSD.org> | 2002-01-22 13:50:53 +0000 |
|---|---|---|
| committer | tron <tron@NetBSD.org> | 2002-01-22 13:50:53 +0000 |
| commit | cb9b6509519cdbbd2164eab3bed4b333fca36639 (patch) | |
| tree | bf58bbff751ec7ff434130cef582b3d509734d6f /gnu/usr.sbin | |
| parent | e10f2bf04d90670320f13bf4c78cd12b794cb6eb (diff) | |
Define "HAVE_ERR_H" to fix native build.
Diffstat (limited to 'gnu/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/mdsetimage/Makefile | 4 |
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 |
