Module Name:    src
Committed By:   he
Date:           Mon Sep 14 13:44:05 UTC 2009

Modified Files:
        src/tools: Makefile.disklabel

Log Message:
We need to install disklabel_rdb.h here as well, so that the
toolized disklabel for amiga (at least) can be allowed to build.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tools/Makefile.disklabel

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile.disklabel
diff -u src/tools/Makefile.disklabel:1.12 src/tools/Makefile.disklabel:1.13
--- src/tools/Makefile.disklabel:1.12	Sat Oct 25 22:15:28 2008
+++ src/tools/Makefile.disklabel	Mon Sep 14 13:44:05 2009
@@ -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
 

Reply via email to