Module Name:    src
Committed By:   pgoyette
Date:           Wed May  8 04:33:15 UTC 2013

Modified Files:
        src/share/man/man4: Makefile

Log Message:
Fix the build


To generate a diff of this commit:
cvs rdiff -u -r1.599 -r1.600 src/share/man/man4/Makefile

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

Modified files:

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.599 src/share/man/man4/Makefile:1.600
--- src/share/man/man4/Makefile:1.599	Tue May  7 22:45:26 2013
+++ src/share/man/man4/Makefile	Wed May  8 04:33:15 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.599 2013/05/07 22:45:26 rkujawa Exp $
+#	$NetBSD: Makefile,v 1.600 2013/05/08 04:33:15 pgoyette Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 
 MAN=	aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -121,7 +121,7 @@ MAN+=	sc.4 si.4
 MAN+=	fwohci.4 fwip.4 sbp.4
 
 # machine-independent I2C devices
-MAN+=	dbcool.4 g760a.4 lmtemp.4 mcp980x.4 sdtemp.4 smscmon.4 spdmem.4
+MAN+=	dbcool.4 g760a.4 lmtemp.4 mcp980x.4 sdtemp.4 smscmon.4 spdmem.4 \
 	tps65217pmic.4
 
 # machine-independent SPI devices

Reply via email to