summaryrefslogtreecommitdiff
path: root/source4/utils/net/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-08-18 09:33:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:06 -0500
commit9373c046f12322dbc19adf2fdd481d2f534bae9b (patch)
tree6d782354fed609f383a402d7fb48bfde7b5a8745 /source4/utils/net/config.mk
parent8de0c24a08cf71058dd58004fe82ca2e8368ffbc (diff)
downloadsamba-9373c046f12322dbc19adf2fdd481d2f534bae9b.tar.gz
samba-9373c046f12322dbc19adf2fdd481d2f534bae9b.tar.bz2
samba-9373c046f12322dbc19adf2fdd481d2f534bae9b.zip
r1876: rewrite net command completely
and add it to the build metze (This used to be commit 14b9858800f6944bf78bee34338242cd3292b297)
Diffstat (limited to 'source4/utils/net/config.mk')
-rw-r--r--source4/utils/net/config.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/source4/utils/net/config.mk b/source4/utils/net/config.mk
new file mode 100644
index 0000000000..8593aaec65
--- /dev/null
+++ b/source4/utils/net/config.mk
@@ -0,0 +1,15 @@
+# utils/net subsystem
+
+#################################
+# Start BINARY net
+[BINARY::net]
+OBJ_FILES = \
+ utils/net/net.o
+REQUIRED_SUBSYSTEMS = \
+ CONFIG \
+ LIBCMDLINE \
+ LIBBASIC \
+ LIBSMB \
+ LIBNET
+# End BINARY net
+#################################