Removed BINDIR= from Makefile so that bc installs in /usr/gnu/bin
This commit is contained in:
parent
1bf9d5d951
commit
1e25ac9532
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user