xref: /original-bsd/usr.bin/bc/Makefile (revision e59fb703)
1#	@(#)Makefile	5.6 (Berkeley) 03/01/91
2
3PROG=	bc
4SRCS=	bc.c
5CFLAGS+=-w -I${.CURDIR}
6CLEANFILES=	bc.c y.tab.h
7
8beforeinstall:
9	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
10	    ${DESTDIR}/usr/share/misc
11
12.include <bsd.prog.mk>
13