Module Name:    src
Committed By:   riastradh
Date:           Thu Aug 20 21:30:46 UTC 2020

Modified Files:
        src/usr.sbin: Makefile

Log Message:
Descend into wg-userspace.


To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 src/usr.sbin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/Makefile
diff -u src/usr.sbin/Makefile:1.284 src/usr.sbin/Makefile:1.285
--- src/usr.sbin/Makefile:1.284	Thu Aug 20 21:21:32 2020
+++ src/usr.sbin/Makefile	Thu Aug 20 21:30:46 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.284 2020/08/20 21:21:32 riastradh Exp $
+#	$NetBSD: Makefile,v 1.285 2020/08/20 21:30:46 riastradh Exp $
 #	from: @(#)Makefile	5.20 (Berkeley) 6/12/93
 
 .include <bsd.own.mk>
@@ -30,8 +30,9 @@ SUBDIR=	ac accton acpitools altq apm apm
 	tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \
 	unlink usbdevs user \
 	videomode vipw veriexecgen vnconfig \
-	wakeonlan wg-keygen wgconfig wiconfig wlanctl wsconscfg wsfontload wsmoused \
-	wsmuxctl zdump zic
+	wakeonlan wg-keygen wg-userspace wgconfig wiconfig wlanctl \
+	wsconscfg wsfontload wsmoused wsmuxctl \
+	zdump zic
 
 .if ${MKMAKEMANDB} != "no"
 SUBDIR+= makemandb

Reply via email to