freebsd-dev/usr.bin/bc/Makefile
Xin LI 097d042584 Makefile cleanups:
o Enable building of USD
 o Remove commented out targets
 o Remove WARNS?=6 lines since it's the default

Reviewed by:	gabor
2010-01-21 17:46:14 +00:00

13 lines
215 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}
SUBDIR+= USD.doc
FILES+= bc.library
FILESDIR= ${SHAREDIR}/misc
.include <bsd.prog.mk>