]> git.ozlabs.org Git - ppp.git/blobdiff - osf1/Makefile.top
Remove files that don't go into releases
[ppp.git] / osf1 / Makefile.top
diff --git a/osf1/Makefile.top b/osf1/Makefile.top
deleted file mode 100644 (file)
index 90f73db..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# ppp top level makefile
-#
-
-BINDIR = /usr/local/etc
-MANDIR = /usr/local/man
-
-all:
-       cd chat; $(MAKE) all
-       cd pppd; $(MAKE) all
-       cd pppstats; $(MAKE) all
-
-install:
-       cd chat; $(MAKE) BINDIR=$(BINDIR) MANDIR=$(MANDIR) install
-       cd pppd; $(MAKE) BINDIR=$(BINDIR) MANDIR=$(MANDIR) install
-       cd pppstats; $(MAKE) BINDIR=$(BINDIR) MANDIR=$(MANDIR) install
-       @( release=`uname -r` ;\
-         case $${release} in \
-               V[123].*) sdir="/sys/streamsm"; \
-                         idir="/sys/include/net";; \
-               V[4-9]*)  sdir="/usr/sys/BINARY/streamsm"; \
-                         idir="/usr/sys/include/net";; \
-         esac; \
-         mkdir -p $${sdir}; \
-         mkdir -p $${idir}; \
-         cd osf1; $(MAKE) STREAMSDIR=$${sdir} INCLNETDIR=$${idir} install ;)
-
-clean:
-       rm -f *~
-       cd chat; $(MAKE) clean
-       cd pppd; $(MAKE) clean
-       cd pppstats; $(MAKE) clean
-