Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Actually install disklabel_rdb.h



details:   https://anonhg.NetBSD.org/src/rev/a43fca67db1a
branches:  trunk
changeset: 747366:a43fca67db1a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 12 13:57:10 2009 +0000

description:
Actually install disklabel_rdb.h

(Hello, phx!)

diffstat:

 sys/sys/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d4312c565c58 -r a43fca67db1a sys/sys/Makefile
--- a/sys/sys/Makefile  Sat Sep 12 12:52:21 2009 +0000
+++ b/sys/sys/Makefile  Sat Sep 12 13:57:10 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.121 2009/08/20 22:07:49 he Exp $
+#      $NetBSD: Makefile,v 1.122 2009/09/12 13:57:10 pgoyette Exp $
 
 .include <bsd.sys.mk>
 
@@ -9,7 +9,7 @@
        callback.h callout.h cdefs.h cdefs_aout.h \
        cdefs_elf.h cdio.h chio.h clockctl.h condvar.h conf.h core.h \
        cpuio.h device.h dir.h dirent.h disk.h disklabel.h disklabel_acorn.h \
-       disklabel_gpt.h \
+       disklabel_gpt.h disklabel_rdb.h \
        dkbad.h dkio.h dkstat.h domain.h drvctlio.h dvdio.h \
        endian.h envsys.h errno.h evcnt.h event.h exec.h exec_aout.h \
        exec_coff.h exec_ecoff.h exec_elf.h exec_script.h extattr.h extent.h \



Home | Main Index | Thread Index | Old Index