]> git.ozlabs.org Git - ppp.git/blobdiff - chat/Makefile.netbsd-1.2
*** empty log message ***
[ppp.git] / chat / Makefile.netbsd-1.2
diff --git a/chat/Makefile.netbsd-1.2 b/chat/Makefile.netbsd-1.2
new file mode 100644 (file)
index 0000000..21af9bb
--- /dev/null
@@ -0,0 +1,9 @@
+#      $Id: Makefile.netbsd-1.2,v 1.1 1997/04/30 05:40:28 paulus Exp $
+
+PROG=  chat
+SRCS=  chat.c
+MAN8=  chat.8
+MAN=   chat.cat8
+BINDIR=        /usr/sbin
+
+.include <bsd.prog.mk>