diff options
author | 2000-03-28 05:54:39 +0000 | |
---|---|---|
committer | 2000-03-28 05:54:39 +0000 | |
commit | d29a9192f459b4b6215d2b59de61728d7dca8bfc (patch) | |
tree | 2f6bbb524f116a2833934023a9707836ce663675 | |
parent | from netbsd: give pcic0 whole 64k iomem, and move pcic{1,2} to 0xe0000 (diff) | |
download | wireguard-openbsd-d29a9192f459b4b6215d2b59de61728d7dca8bfc.tar.xz wireguard-openbsd-d29a9192f459b4b6215d2b59de61728d7dca8bfc.zip |
need an ntalkd man page, obviously
-rw-r--r-- | libexec/talkd/Makefile | 3 |
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> |