]> git.ozlabs.org Git - ppp.git/blobdiff - chat/Makefile.bsd
Initial revision
[ppp.git] / chat / Makefile.bsd
diff --git a/chat/Makefile.bsd b/chat/Makefile.bsd
new file mode 100644 (file)
index 0000000..c2e10e5
--- /dev/null
@@ -0,0 +1,8 @@
+#      $Id: Makefile.bsd,v 1.1 1994/05/20 05:32:16 paulus Exp $
+
+PROG=  chat
+SRCS=  chat.c
+NOMAN= noman
+BINDIR=        /usr/sbin
+
+.include <bsd.prog.mk>