From 6d2f06f71e1e89c00047d8043e047feaa47a7b57 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 12 May 2000 06:04:46 +0000 Subject: updated appliance Makefile (This used to be commit 6a89e07f0443cc48b80b22bdec6e18ab764d43f8) --- examples/appliance/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'examples') 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) -- cgit