updated appliance Makefile
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 May 2000 06:04:46 +0000 (06:04 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 May 2000 06:04:46 +0000 (06:04 +0000)
(This used to be commit 6a89e07f0443cc48b80b22bdec6e18ab764d43f8)

examples/appliance/Makefile

index dcb0a1a81ad2c6080c2dbf845a219f9567243e1f..18b0b4c8c5d560072def6a81c80413eeddab735d 100644 (file)
@@ -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)