blob: c851e5e6168fb662dcc7a1cd4881340db4d811c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$FreeBSD$
--- modules/check_ua/Makefile.orig
+++ modules/check_ua/Makefile
@@ -0,0 +1,13 @@
+# $Id: patch-modules::check_ua::Makefile,v 1.2 2005/04/05 13:10:07 netch Exp $
+#
+# example module makefile
+#
+#
+# WARNING: do not run this directly, it should be run by the master Makefile
+
+include ../../Makefile.defs
+auto_gen=
+NAME=check_ua.so
+LIBS=
+
+include ../../Makefile.modules
|