1993-08-01 09:37:30 +04:00
|
|
|
# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
|
|
|
|
# $Id: Makefile,v 1.2 1993/08/01 05:38:55 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= ntalkd
|
|
|
|
SRCS= talkd.c announce.c process.c table.c print.c
|
|
|
|
MAN8= talkd.0
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|