From c8b7655b81b82d09751246823e4e8a18b34d6506 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 14 Jan 2000 17:46:37 +0000 Subject: Add options to CFLAGS, not COPTS; wd@ics.nara-wu.ac.jp --- gnu/usr.bin/bc/bcwrap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/bc') diff --git a/gnu/usr.bin/bc/bcwrap/Makefile b/gnu/usr.bin/bc/bcwrap/Makefile index d3aca80f0df..98dd939e61f 100644 --- a/gnu/usr.bin/bc/bcwrap/Makefile +++ b/gnu/usr.bin/bc/bcwrap/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 1999/07/22 02:35:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2000/01/14 17:46:36 millert Exp $ BINDIR?= /usr/bin PROG= bc SRCS= wrap-anything.c NOMAN= -COPTS+=-DWRAP=\"/usr/bin/gnubc\" -DBLOCK +CFLAGS+=-DWRAP=\"/usr/bin/gnubc\" -DBLOCK .include -- cgit v1.2.3