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


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

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


desc
@@


1.2
log
@Reduce hc's type checking for the RT
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	bc
SRCS=	bc.c
CFLAGS+=-w -I${.CURDIR}
CLEANFILES=	bc.c y.tab.h

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

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
	    ${DESTDIR}/usr/share/misc

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d8 4
@
