blob: 283d8291e65de95a45934e67040bd978856f4e12 (
plain)
1
2
3
4
5
6
7
8
|
# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
# $Id: Makefile,v 1.1 1995/10/18 08:43:22 deraadt Exp $
PROG= ntalkd
SRCS= talkd.c announce.c process.c table.c print.c
MAN= talkd.8
.include <bsd.prog.mk>
|