From 1c789656f7f15d2acdbbf3d4a45252450be37f46 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 25 Sep 2003 19:35:13 +0000 Subject: Makefile for bc(1). ok deraadt@ --- usr.bin/bc/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 usr.bin/bc/Makefile diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile new file mode 100644 index 00000000000..4f5ce8ae488 --- /dev/null +++ b/usr.bin/bc/Makefile @@ -0,0 +1,14 @@ +# $OpenBSD: Makefile,v 1.1 2003/09/25 19:35:12 otto Exp $ + +PROG= bc +SRCS= bc.c scan.c +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 + +.include -- cgit v1.2.3