patch-2.3.40 linux/scripts/cramfs/GNUmakefile

Next file: linux/scripts/cramfs/mkcramfs.c
Previous file: linux/net/sunrpc/xprt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.39/linux/scripts/cramfs/GNUmakefile linux/scripts/cramfs/GNUmakefile
@@ -0,0 +1,11 @@
+CFLAGS = -Wall -O2
+CPPFLAGS = -I../../fs/cramfs
+LDLIBS = -lz
+PROGS = mkcramfs
+
+all: $(PROGS)
+
+distclean clean:
+	rm -f $(PROGS)
+
+.PHONY: all clean

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)