diff options
| author | christos <christos@NetBSD.org> | 1997-06-29 19:22:04 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-06-29 19:22:04 +0000 |
| commit | cc36d26be2e0a5297aae44bf45f0d016fd534e57 (patch) | |
| tree | dd7a3d9d12d23e940637792bc493e8ecaa32b997 /libexec | |
| parent | ea18ad79747adcdff34ea7d7e8468c5576b66a61 (diff) | |
Install as ntalkd
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/talkd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 139b95f87ec..ebc49a418bb 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 1997/06/29 19:13:01 christos Exp $ +# $NetBSD: Makefile,v 1.6 1997/06/29 19:22:04 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -PROG= talkd +PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c MAN= talkd.8 DPADD+=${LIBUTIL} |
