head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.07.06.23.02.19;	author md;	state Exp;
branches;
next	1.1;

1.1
date	90.05.31.23.39.42;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Pretend we're a VAX.
@
text
@#	@@(#)Makefile	5.1 (Berkeley) 5/31/90

PROG=	talk
CFLAGS+=-I${.CURDIR}/../common_source -Dvax
SRCS=	ctl.c ctl_transact.c display.c get_addrs.c get_names.c init_disp.c \
	invite.c io.c look_up.c msgs.c talk.c
DPADD=	${LIBCURSES} ${LIBTERMCAP}
LDADD=	-lcurses -ltermcap
NOMAN=	noman

.include "../../Makefile.inc"
.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
CFLAGS+=-I${.CURDIR}/../common_source
@
