Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules Descend into SUBDIR to actually build the wsbell...



details:   https://anonhg.NetBSD.org/src/rev/88163c23d81e
branches:  trunk
changeset: 824628:88163c23d81e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Jun 12 01:01:01 2017 +0000

description:
Descend into SUBDIR to actually build the wsbell module.

Missed in previous commit - thanks kre@

diffstat:

 sys/modules/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ba547d697b68 -r 88163c23d81e sys/modules/Makefile
--- a/sys/modules/Makefile      Sun Jun 11 22:22:36 2017 +0000
+++ b/sys/modules/Makefile      Mon Jun 12 01:01:01 2017 +0000
@@ -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+=       v7fs
 SUBDIR+=       vnd
 SUBDIR+=       wapbl
+SUBDIR+=       wsbell
 SUBDIR+=       zlib
 SUBDIR+=       tprof
 .if (defined(NOTYET))



Home | Main Index | Thread Index | Old Index