Honour netinet6 when generating symlinks to tags files
authorkn <kn@openbsd.org>
Tue, 31 Aug 2021 23:53:42 +0000 (23:53 +0000)
committerkn <kn@openbsd.org>
Tue, 31 Aug 2021 23:53:42 +0000 (23:53 +0000)
"make tags" needs "make links" to have tags available in subdirectories and
netinet6 has been missing all the time.

OK tb

sys/kern/Makefile

index 3d83458..690cfbc 100644 (file)
@@ -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 \