[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / bc

File: [local] / src / usr.bin / bc / Makefile (download)

Revision 1.3, Sat May 27 22:53:44 2006 UTC (18 years ago) by deraadt
Branch: MAIN
Changes since 1.2: +2 -2 lines

SRCS should refer to the .l and .c files; spotted by naddy

#	$OpenBSD: Makefile,v 1.3 2006/05/27 22:53:44 deraadt Exp $

PROG=		bc
SRCS=		bc.y scan.l
CPPFLAGS+=	-I. -I${.CURDIR}
CFLAGS+=	-Wall -Wno-unused
YFLAGS+=
CLEANFILES+=	bc.c y.tab.h scan.c lex.yy.c

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

# These get installed verbatim
.if make(install)
SUBDIR+= USD.doc
.endif

.include <bsd.prog.mk>