NetBSD/libexec/talkd/Makefile

12 lines
241 B
Makefile
Raw Normal View History

1997-07-07 02:52:28 +04:00
# $NetBSD: Makefile,v 1.7 1997/07/06 22:52:28 christos Exp $
1997-06-29 22:01:12 +04:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-03-21 12:45:37 +03:00
1997-07-07 02:52:28 +04:00
WARNS= 1
1997-06-29 23:22:04 +04:00
PROG= ntalkd
SRCS= talkd.c announce.c process.c table.c print.c
1994-12-22 12:57:51 +03:00
MAN= talkd.8
DPADD+=${LIBUTIL}
LDADD+=-lutil
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>