]> git.ozlabs.org Git - ppp.git/blobdiff - chat/Makefile.sun
sun is dead; long live sunos4
[ppp.git] / chat / Makefile.sun
diff --git a/chat/Makefile.sun b/chat/Makefile.sun
deleted file mode 100644 (file)
index 45a500f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Makefile for chat on suns
-#
-
-BINDIR = /usr/local/etc
-MANDIR = /usr/local/man
-
-INSTALL= install -o root -g daemon
-
-all:   chat
-
-chat: chat.o
-       $(CC) -o chat chat.o
-
-install: chat
-       $(INSTALL) -c chat $(BINDIR)/chat
-       $(INSTALL) -c -m 444 chat.8 $(MANDIR)/man8/chat.8
-
-clean:
-       rm -f *~ *.o chat