diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/appliance/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/appliance/Makefile b/examples/appliance/Makefile index dcb0a1a81a..18b0b4c8c5 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) |