Removed BINDIR= from Makefile so that bc installs in /usr/gnu/bin
This commit is contained in:
parent
2046a53be8
commit
cd50a60004
@ -1,7 +1,6 @@
|
|||||||
PROG= bc
|
PROG= bc
|
||||||
SRCS= bc.c global.c scan.c util.c main.c number.c storage.c load.c execute.c
|
SRCS= bc.c global.c scan.c util.c main.c number.c storage.c load.c execute.c
|
||||||
MAN1= bc.0
|
MAN1= bc.0
|
||||||
BINDIR=
|
|
||||||
CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR)
|
CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR)
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user