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


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

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


desc
@@


1.2
log
@Don't use mapped files on the RT
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	tail
SRCS=	forward.c misc.c read.c reverse.c tail.c

.if ${MACHINE} == "rt"
CFLAGS+=-DNOMMAP
.endif

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d6 4
@
