diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-16 20:45:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-16 20:45:01 +0000 |
| commit | 56fe559c91b8b1b73d23b28015213277835e29b1 (patch) | |
| tree | 0e45eea94e343d4c590e26d1a5d9cf120b18d961 /gnu | |
| parent | 917356f5f68083d3eda1b01929e8b2ab68e69c92 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index a1bbb238e89b..fcf0fd049fc1 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../contrib/bc/bc \ - ${.CURDIR}/../../../contrib/bc/lib \ - ${.CURDIR}/../../../contrib/bc/doc \ - ${.CURDIR}/../../../contrib/bc/Examples +BCDIR= ${.CURDIR}/../../../contrib/bc +.PATH: ${BCDIR}/bc ${BCDIR}/lib ${BCDIR}/doc ${BCDIR}/Examples PROG= bc SRCS= bc.y execute.c global.c load.c main.c scan.l storage.c util.c \ number.c getopt.c getopt1.c -CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../../contrib/bc/h -DHAVE_CONFIG_H +CFLAGS+=-I. -I${.CURDIR} -I${BCDIR}/h -I${BCDIR}/bc +CFLAGS+=-DHAVE_CONFIG_H DPADD= ${LIBREADLINE} ${LIBTERMCAP} LDADD= -lreadline -ltermcap |
