diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-28 23:56:23 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-28 23:56:23 +0000 |
commit | 131e85afc48cafd29dbc2ecb1358a9524e3f7f5c (patch) | |
tree | a987df92ce461061132117cc7cea1720941d273d /libexec/talkd/Makefile | |
parent | 314f8beeaa64def1cbf5aa7240d9f5722b7cefb5 (diff) |
Fix the bugs w/ that osockaddr.
minor cleanups.
this was tested w/: OpenBSD, Kleenux, BSDi (in all combinations).
Diffstat (limited to 'libexec/talkd/Makefile')
-rw-r--r-- | libexec/talkd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 283d8291e65..92c85ef4cce 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.10 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.1 1995/10/18 08:43:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/04/28 23:56:18 mickey Exp $ PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c |