Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools We need to install disklabel_rdb.h here as well, so th...
details: https://anonhg.NetBSD.org/src/rev/9de79df879c5
branches: trunk
changeset: 747429:9de79df879c5
user: he <he%NetBSD.org@localhost>
date: Mon Sep 14 13:44:05 2009 +0000
description:
We need to install disklabel_rdb.h here as well, so that the
toolized disklabel for amiga (at least) can be allowed to build.
diffstat:
tools/Makefile.disklabel | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 7813434aeb13 -r 9de79df879c5 tools/Makefile.disklabel
--- a/tools/Makefile.disklabel Mon Sep 14 13:41:15 2009 +0000
+++ b/tools/Makefile.disklabel Mon Sep 14 13:44:05 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.disklabel,v 1.12 2008/10/25 22:15:28 apb Exp $
+# $NetBSD: Makefile.disklabel,v 1.13 2009/09/14 13:44:05 he Exp $
# NOxxx definitions are copied from Makefile.host, and are
# required before .include <bsd.own.mk>. The include of bsd.own.mk
@@ -28,7 +28,8 @@
_INCS= disktab.h
_SYSINCS= bootblock.h \
- disklabel.h disklabel_acorn.h disklabel_gpt.h dkbad.h
+ disklabel.h disklabel_acorn.h disklabel_gpt.h disklabel_rdb.h \
+ dkbad.h
HOST_CPPFLAGS+= -I${TOOLDIR}/include
Home |
Main Index |
Thread Index |
Old Index