Home | History | Annotate | Line # | Download | only in talkd
Makefile revision 1.4
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 1997/06/29 18:01:12 christos Exp $
      2  1.4  christos #	@(#)Makefile	8.1 (Berkeley) 6/4/93
      3  1.1       cgd 
      4  1.4  christos PROG=	talkd
      5  1.4  christos SRCS=	talkd.c announce.c process.c table.c print.c ttymsg.c
      6  1.4  christos .PATH:  ${.CURDIR}/../../usr.bin/wall
      7  1.3       cgd MAN=	talkd.8
      8  1.1       cgd 
      9  1.1       cgd .include <bsd.prog.mk>
     10