diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-12 06:04:46 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-12 06:04:46 +0000 |
commit | 6d2f06f71e1e89c00047d8043e047feaa47a7b57 (patch) | |
tree | b8a69c93f4be23f777c2764063534cced6436c11 /examples/appliance | |
parent | 68685b2c8fdcc84ce3d6c8dad18b6a532ddacf4e (diff) | |
download | samba-6d2f06f71e1e89c00047d8043e047feaa47a7b57.tar.gz samba-6d2f06f71e1e89c00047d8043e047feaa47a7b57.tar.bz2 samba-6d2f06f71e1e89c00047d8043e047feaa47a7b57.zip |
updated appliance Makefile
(This used to be commit 6a89e07f0443cc48b80b22bdec6e18ab764d43f8)
Diffstat (limited to 'examples/appliance')
-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) |