svn commit: r341749 - in head: share/man/man4 sys/modules/netgraph

Maxim Sobolev sobomax at FreeBSD.org
Sun Dec 9 02:58:55 UTC 2018


Author: sobomax
Date: Sun Dec  9 02:58:53 2018
New Revision: 341749
URL: https://svnweb.freebsd.org/changeset/base/341749

Log:
  Hook up ng_checksum(4) module and appropriate manpage to the build. The module
  was added back in 2016, but has never been connected.
  
  MFC after:	1 week

Modified:
  head/share/man/man4/Makefile
  head/sys/modules/netgraph/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Sun Dec  9 00:42:56 2018	(r341748)
+++ head/share/man/man4/Makefile	Sun Dec  9 02:58:53 2018	(r341749)
@@ -323,6 +323,7 @@ MAN=	aac.4 \
 	ng_btsocket.4 \
 	ng_car.4 \
 	ng_ccatm.4 \
+	ng_checksum.4 \
 	ng_cisco.4 \
 	ng_deflate.4 \
 	ng_device.4 \

Modified: head/sys/modules/netgraph/Makefile
==============================================================================
--- head/sys/modules/netgraph/Makefile	Sun Dec  9 00:42:56 2018	(r341748)
+++ head/sys/modules/netgraph/Makefile	Sun Dec  9 02:58:53 2018	(r341749)
@@ -11,6 +11,7 @@ SUBDIR=	async \
 	bpf \
 	bridge \
 	car \
+	checksum \
 	cisco \
 	deflate \
 	device \


More information about the svn-src-head mailing list