]> git.ozlabs.org Git - ppp.git/blobdiff - chat/Makefile.osf
Remove files that don't go into releases
[ppp.git] / chat / Makefile.osf
diff --git a/chat/Makefile.osf b/chat/Makefile.osf
deleted file mode 100644 (file)
index 9b0d747..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Makefile for chat on OSF/1
-#
-
-all:   chat
-
-chat: chat.o
-       $(CC) -o chat chat.o
-
-install: chat
-       installbsd -c chat $(BINDIR)/chat
-       installbsd -c -m 444 chat.8 $(MANDIR)/man8/chat.8
-
-clean:
-       rm -f *~ *.o chat