Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/examples Add ddbping example module to SUBDIR list.



details:   https://anonhg.NetBSD.org/src/rev/5c0f0da5f5b3
branches:  trunk
changeset: 1022839:5c0f0da5f5b3
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Aug 08 20:55:33 2021 +0000

description:
Add ddbping example module to SUBDIR list.

diffstat:

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

diffs (14 lines):

diff -r 8f832cb19f6f -r 5c0f0da5f5b3 sys/modules/examples/Makefile
--- a/sys/modules/examples/Makefile     Sun Aug 08 20:54:48 2021 +0000
+++ b/sys/modules/examples/Makefile     Sun Aug 08 20:55:33 2021 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.11 2020/04/30 00:48:10 christos Exp $
+#      $NetBSD: Makefile,v 1.12 2021/08/08 20:55:33 uwe Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR+=       current_time
+SUBDIR+=       ddbping
 SUBDIR+=       executor
 SUBDIR+=       fopsmapper              # Needs an additional helper program
 SUBDIR+=       hello



Home | Main Index | Thread Index | Old Index