#	@(#)Makefile	8.1 (Berkeley) 6/9/93

PROG=	look

.if ${MACHINE} == "rt"
CFLAGS+=-Hon=Pointers_compatible -Hon=Pointers_compatible_with_ints
.endif

.include <bsd.prog.mk>
