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

This commit is contained in:
Rodney W. Grimes 1993-06-21 03:41:19 +00:00
parent 1bf9d5d951
commit 1e25ac9532
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40

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>