projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffed4c0
)
*** empty log message ***
author
Paul Mackerras
<paulus@samba.org>
Wed, 30 Apr 1997 05:40:28 +0000
(
05:40
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 30 Apr 1997 05:40:28 +0000
(
05:40
+0000)
chat/Makefile.netbsd-1.2
[new file with mode: 0644]
patch
|
blob
diff --git a/chat/Makefile.netbsd-1.2
b/chat/Makefile.netbsd-1.2
new file mode 100644
(file)
index 0000000..
21af9bb
--- /dev/null
+++ b/
chat/Makefile.netbsd-1.2
@@ -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>