Module Name: src
Committed By: riastradh
Date: Thu Nov 23 21:16:13 UTC 2023
Modified Files:
src/share/man/man7: Makefile
Log Message:
share/man/man7/Makefile: Split MAN on separate lines, and sort.
Makes sorting and merging changes easier.
No functional change intended.
Preparing for a new stack(7) in the service of PR pkg/57708.
XXX pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/share/man/man7/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/man7/Makefile
diff -u src/share/man/man7/Makefile:1.37 src/share/man/man7/Makefile:1.38
--- src/share/man/man7/Makefile:1.37 Sun Aug 27 15:50:47 2023
+++ src/share/man/man7/Makefile Thu Nov 23 21:16:13 2023
@@ -1,16 +1,38 @@
-# $NetBSD: Makefile,v 1.37 2023/08/27 15:50:47 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2023/11/23 21:16:13 riastradh Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
.include <bsd.init.mk>
# missing: eqnchar.7 man.7 ms.7 term.7
-MAN= ascii.7 c.7 entropy.7 environ.7 glob.7 groups.7 hier.7 hostname.7 \
- intro.7 \
- kernel_sanitizers.7 mailaddr.7 module.7 nls.7 operator.7 orders.7 \
- pkgsrc.7 release.7 \
- rfc6056.7 security.7 script.7 setuid.7 signal.7 src.7 sticky.7 \
- symlink.7 sysctl.7 tests.7 users.7
+MAN+= ascii.7
+MAN+= c.7
+MAN+= entropy.7
+MAN+= environ.7
+MAN+= glob.7
+MAN+= groups.7
+MAN+= hier.7
+MAN+= hostname.7
+MAN+= intro.7
+MAN+= kernel_sanitizers.7
+MAN+= mailaddr.7
+MAN+= module.7
+MAN+= nls.7
+MAN+= operator.7
+MAN+= orders.7
+MAN+= pkgsrc.7
+MAN+= release.7
+MAN+= rfc6056.7
+MAN+= script.7
+MAN+= security.7
+MAN+= setuid.7
+MAN+= signal.7
+MAN+= src.7
+MAN+= sticky.7
+MAN+= symlink.7
+MAN+= sysctl.7
+MAN+= tests.7
+MAN+= users.7
CLEANFILES= tests.7
.if ${MKKYUA} != "no"