]> git.ozlabs.org Git - ppp.git/blobdiff - linux/Makefile.top
Putting remaining PPP files under version control
[ppp.git] / linux / Makefile.top
diff --git a/linux/Makefile.top b/linux/Makefile.top
new file mode 100644 (file)
index 0000000..00ca83d
--- /dev/null
@@ -0,0 +1,13 @@
+# PPP top-level Makefile for Linux.
+
+all:
+       cd chat; $(MAKE) all
+       cd pppd; $(MAKE) all
+
+install:
+       cd chat; $(MAKE) install
+       cd pppd; $(MAKE) install
+
+clean:
+       cd chat; $(MAKE) clean
+       cd pppd; $(MAKE) clean