Module Name:    src
Committed By:   pgoyette
Date:           Mon Jun 12 01:01:01 UTC 2017

Modified Files:
        src/sys/modules: Makefile

Log Message:
Descend into SUBDIR to actually build the wsbell module.

Missed in previous commit - thanks kre@


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/sys/modules/Makefile

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

Modified files:

Index: src/sys/modules/Makefile
diff -u src/sys/modules/Makefile:1.192 src/sys/modules/Makefile:1.193
--- src/sys/modules/Makefile:1.192	Thu Jun  1 09:58:27 2017
+++ src/sys/modules/Makefile	Mon Jun 12 01:01:01 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.192 2017/06/01 09:58:27 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.193 2017/06/12 01:01:01 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -144,6 +144,7 @@ SUBDIR+=	vcoda
 SUBDIR+=	v7fs
 SUBDIR+=	vnd
 SUBDIR+=	wapbl
+SUBDIR+=	wsbell
 SUBDIR+=	zlib
 SUBDIR+=	tprof
 .if (defined(NOTYET))

Reply via email to