diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-06-21 03:41:19 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-06-21 03:41:19 +0000 |
commit | 59dedafc9f766609b6c2dddf0825b4427d2daa93 (patch) | |
tree | 9f72e8214ba99023490347470e37b8744520fa3a /gnu/usr.bin/bc | |
parent | 828f9c602da1aba63003bbd7336e8aa68333f9b3 (diff) | |
download | FreeBSD-src-59dedafc9f766609b6c2dddf0825b4427d2daa93.zip FreeBSD-src-59dedafc9f766609b6c2dddf0825b4427d2daa93.tar.gz |
Removed BINDIR= from Makefile so that bc installs in /usr/gnu/bin
Diffstat (limited to 'gnu/usr.bin/bc')
-rw-r--r-- | gnu/usr.bin/bc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index 2db220a..fe59b19 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -1,7 +1,6 @@ PROG= bc SRCS= bc.c global.c scan.c util.c main.c number.c storage.c load.c execute.c MAN1= bc.0 -BINDIR= CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR) .include <bsd.prog.mk> |