artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4563f
)
need an ntalkd man page, obviously
author
deraadt
<deraadt@openbsd.org>
Tue, 28 Mar 2000 05:54:39 +0000
(
05:54
+0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 28 Mar 2000 05:54:39 +0000
(
05:54
+0000)
libexec/talkd/Makefile
patch
|
blob
|
history
diff --git
a/libexec/talkd/Makefile
b/libexec/talkd/Makefile
index
92c85ef
..
e673fca
100644
(file)
--- a/
libexec/talkd/Makefile
+++ b/
libexec/talkd/Makefile
@@
-1,8
+1,9
@@
# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
-# $OpenBSD: Makefile,v 1.
2 1996/04/28 23:56:18 mickey
Exp $
+# $OpenBSD: Makefile,v 1.
3 2000/03/28 05:54:39 deraadt
Exp $
PROG= ntalkd
SRCS= talkd.c announce.c process.c table.c print.c
MAN= talkd.8
+MLINKS= talkd.8 ntalkd.8
.include <bsd.prog.mk>