Removed BINDIR= from Makefile so that bc installs in /usr/gnu/bin

This commit is contained in:
rgrimes 1993-06-21 03:41:19 +00:00
parent 2046a53be8
commit cd50a60004

View File

@ -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>