freebsd-src/usr.bin/bc/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
241 B
Makefile
Raw Normal View History

2014-04-16 23:14:05 +00:00
# $OpenBSD: Makefile,v 1.7 2013/09/19 16:12:00 otto Exp $
2014-04-16 23:14:05 +00:00
PROG= bc
SRCS= bc.y scan.l tty.c
CFLAGS+= -I. -I${.CURDIR}
LIBADD= edit
NO_WMISSING_VARIABLE_DECLARATIONS=
FILES+= bc.library
FILESDIR=${SHAREDIR}/misc
.include <bsd.prog.mk>