Module Name:    src
Committed By:   jruoho
Date:           Wed Sep 28 14:26:27 UTC 2011

Modified Files:
        src/sys/sys: Makefile

Log Message:
Install <sys/cpufreq.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 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.137 src/sys/sys/Makefile:1.138
--- src/sys/sys/Makefile:1.137	Sun Aug  7 13:33:02 2011
+++ src/sys/sys/Makefile	Wed Sep 28 14:26:27 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.137 2011/08/07 13:33:02 rmind Exp $
+#	$NetBSD: Makefile,v 1.138 2011/09/28 14:26:27 jruoho Exp $
 
 .include <bsd.sys.mk>
 
@@ -8,7 +8,7 @@ INCS=	acct.h agpio.h aio.h ansi.h aout_m
 	bitops.h bootblock.h bswap.h buf.h \
 	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 ctype_bits.h ctype_inline.h \
+	cpufreq.h cpuio.h ctype_bits.h ctype_inline.h \
 	device.h device_if.h \
 	dir.h dirent.h \
 	disk.h disklabel.h disklabel_acorn.h disklabel_gpt.h disklabel_rdb.h \

Reply via email to