add openbsc.deps to allow building legacy openbsc.git as well
diff --git a/default.opts b/default.opts
index 61c9450..7181f58 100644
--- a/default.opts
+++ b/default.opts
@@ -1 +1,2 @@
 osmo-msc --enable-smpp
+openbsc --enable-smpp --enable-osmo-bsc --enable-nat
diff --git a/iu.opts b/iu.opts
index a96a1bc..bb58742 100644
--- a/iu.opts
+++ b/iu.opts
@@ -1,2 +1,3 @@
 osmo-msc --enable-iu
 osmo-sgsn --enable-iu
+openbsc --enable-iu
diff --git a/openbsc.deps b/openbsc.deps
new file mode 100644
index 0000000..f49e6a1
--- /dev/null
+++ b/openbsc.deps
@@ -0,0 +1,8 @@
+# project	build these first
+libosmocore
+libosmo-abis	libosmocore
+libosmo-netif	libosmo-abis
+libsmpp34
+osmo-ggsn	libosmocore
+osmo-sgsn	libosmo-netif osmo-ggsn
+openbsc		libosmo-netif libsmpp34
diff --git a/sanitize.opts b/sanitize.opts
index 7363913..40675be 100644
--- a/sanitize.opts
+++ b/sanitize.opts
@@ -11,3 +11,4 @@
 osmo-mgw --enable-sanitize
 osmo-msc --enable-sanitize
 osmo-sgsn --enable-sanitize
+openbsc --enable-sanitize