Module Name:    src
Committed By:   matt
Date:           Fri Jun 26 14:38:54 UTC 2015

Modified Files:
        src/sys/sys: Makefile

Log Message:
Install common_lock.h


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 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.153 src/sys/sys/Makefile:1.154
--- src/sys/sys/Makefile:1.153	Mon Apr 13 21:55:52 2015
+++ src/sys/sys/Makefile	Fri Jun 26 14:38:54 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.153 2015/04/13 21:55:52 riastradh Exp $
+#	$NetBSD: Makefile,v 1.154 2015/06/26 14:38:54 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,7 @@ INCS=	acct.h agpio.h aio.h ansi.h aout_m
 	cdefs_elf.h cdio.h chio.h clock.h clockctl.h \
 	common_ansi.h common_int_const.h common_int_fmtio.h \
 	common_int_limits.h common_int_mwgwtypes.h common_int_types.h \
-	common_limits.h common_wchar_limits.h \
+	common_limits.h common_lock.h common_wchar_limits.h \
 	condvar.h conf.h core.h \
 	cpufreq.h cpuio.h ctype_bits.h ctype_inline.h \
 	device.h device_if.h \

Reply via email to