summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-28 05:54:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-28 05:54:40 +0000
commitf0f1c614737274c435ac08479e7d2a35f9869bf0 (patch)
tree51946b70e0e4cef635c67e3f24e79650aee585e3
parent3afeb06c48deeceff7b90fdffa1ac085f7885535 (diff)
need an ntalkd man page, obviously
-rw-r--r--libexec/talkd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile
index 92c85ef4cce..e673fca09ea 100644
--- 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>