Module Name:    src
Committed By:   pooka
Date:           Wed Jan 20 00:35:05 UTC 2010

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

Log Message:
Remove MKLINKS for VATTR_NULL, so that the obsolete lists don't
have to do the work every build.


To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 src/share/man/man9/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/man9/Makefile
diff -u src/share/man/man9/Makefile:1.303 src/share/man/man9/Makefile:1.304
--- src/share/man/man9/Makefile:1.303	Fri Jan  8 13:15:46 2010
+++ src/share/man/man9/Makefile	Wed Jan 20 00:35:05 2010
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.303 2010/01/08 13:15:46 pooka Exp $
+#       $NetBSD: Makefile,v 1.304 2010/01/20 00:35:05 pooka Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -699,8 +699,7 @@
 	vme.9 vme_space_alloc.9 \
 	vme.9 vme_space_free.9 \
 	vme.9 vme_space_get.9
-MLINKS+=vattr.9 vattr_null.9 \
-	vattr.9 VATTR_NULL.9
+MLINKS+=vattr.9 vattr_null.9
 MLINKS+=vfs_hooks.9 vfs_hooks_unmount.9
 MLINKS+=vfsops.9 VFS_MOUNT.9 \
 	vfsops.9 VFS_START.9 \

Reply via email to