summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-12 06:04:46 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-12 06:04:46 +0000
commit6a89e07f0443cc48b80b22bdec6e18ab764d43f8 (patch)
tree14d90a729added0774fa2697add78fec0f7f7cc2 /examples
parent535e33adaff8cd329ed73243f26114ac3c649365 (diff)
downloadsamba-6a89e07f0443cc48b80b22bdec6e18ab764d43f8.tar.gz
samba-6a89e07f0443cc48b80b22bdec6e18ab764d43f8.tar.xz
samba-6a89e07f0443cc48b80b22bdec6e18ab764d43f8.zip
updated appliance Makefile
Diffstat (limited to 'examples')
-rw-r--r--examples/appliance/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/appliance/Makefile b/examples/appliance/Makefile
index dcb0a1a81ad..18b0b4c8c5d 100644
--- a/examples/appliance/Makefile
+++ b/examples/appliance/Makefile
@@ -1,6 +1,3 @@
-# Samba appliance Makefile
-# use at your own risk!
-
PREFIX=/usr/local/samba
CONFIGOPTS=--with-pam --prefix=$(PREFIX)
@@ -21,6 +18,10 @@ clean:
(cd head/source; make clean)
(cd tng; make clean)
+proto:
+ (cd head/source; make proto)
+ (cd tng; make proto)
+
distclean:
(cd head/source; make clean; rm -f config.cache; rm -f Makefile)
(cd tng; make clean; rm -f config.cache; rm -f Makefile)