Module Name: src
Committed By: uwe
Date: Sun Aug 8 20:55:33 UTC 2021
Modified Files:
src/sys/modules/examples: Makefile
Log Message:
Add ddbping example module to SUBDIR list.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/modules/examples/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/examples/Makefile
diff -u src/sys/modules/examples/Makefile:1.11 src/sys/modules/examples/Makefile:1.12
--- src/sys/modules/examples/Makefile:1.11 Thu Apr 30 00:48:10 2020
+++ src/sys/modules/examples/Makefile Sun Aug 8 20:55:33 2021
@@ -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