Module Name: src Committed By: pgoyette Date: Sat Sep 12 13:57:10 UTC 2009
Modified Files: src/sys/sys: Makefile Log Message: Actually install disklabel_rdb.h (Hello, phx!) To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/sys/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/Makefile diff -u src/sys/sys/Makefile:1.121 src/sys/sys/Makefile:1.122 --- src/sys/sys/Makefile:1.121 Thu Aug 20 22:07:49 2009 +++ src/sys/sys/Makefile Sat Sep 12 13:57:10 2009 @@ -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 \