freebsd-dev/usr.bin/bc/Makefile
Gabor Kovesdan 12360c49dd - style.Makefile(5)
Submitted by:	uqs
Approved by:	delphij (mentor)
2010-02-03 19:12:27 +00:00

12 lines
194 B
Makefile

# $FreeBSD$
# $OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $
PROG= bc
SRCS= bc.y scan.l
CFLAGS+= -I. -I${.CURDIR}
FILES+= bc.library
FILESDIR=${SHAREDIR}/misc
.include <bsd.prog.mk>