From: kn Date: Tue, 31 Aug 2021 23:53:42 +0000 (+0000) Subject: Honour netinet6 when generating symlinks to tags files X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=444296aeff58309f1fffaacd3c161ecef036239a;p=openbsd Honour netinet6 when generating symlinks to tags files "make tags" needs "make links" to have tags available in subdirectories and netinet6 has been missing all the time. OK tb --- diff --git a/sys/kern/Makefile b/sys/kern/Makefile index 3d83458133f..690cfbc34c9 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2021/05/01 16:11:16 visa Exp $ +# $OpenBSD: Makefile,v 1.51 2021/08/31 23:53:42 kn Exp $ # Makefile for kernel tags files, init_sysent, etc. @@ -38,7 +38,7 @@ DGEN= conf \ lib/libkern/arch/${MACHINE_ARCH} \ miscfs miscfs/deadfs miscfs/fifofs \ msdosfs \ - net netinet netmpls \ + net netinet netinet6 netmpls \ nfs \ scsi \ sys \