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


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

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


desc
@@


1.2
log
@Turn off use of mmap() for the RT.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	cmp
SRCS=	cmp.c misc.c regular.c special.c

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

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d6 4
@
