]> git.ozlabs.org Git - ppp.git/blobdiff - chat/Makefile.osf
Initial revision
[ppp.git] / chat / Makefile.osf
diff --git a/chat/Makefile.osf b/chat/Makefile.osf
new file mode 100644 (file)
index 0000000..021b399
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Makefile for chat on OSF/1
+#
+
+all:   chat
+
+chat: chat.o
+       $(CC) -o chat chat.o
+
+install: chat
+       installbsd -c chat $(BINDIR)/chat
+
+clean:
+       rm -f *~ *.o chat