diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-11-11 02:16:52 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-11-11 02:16:52 +0000 |
| commit | 7f78280b081fd4f24869dfe97310aa6ab1086a75 (patch) | |
| tree | d44992ba3bcacecbb6821946145e8dda01e4843e /gnu | |
| parent | b49c67f03f5e2d50549e9f79933319dd68276693 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index 90ad02e07c18..a8c3af4647ab 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -8,8 +8,8 @@ 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 -DPADD= ${LIBREADLINE} ${LIBTERMCAP} -LDADD= -lreadline -ltermcap +DPADD= ${LIBREADLINE} ${LIBTERMCAP} +LDADD= -lreadline -ltermcap EXAMPLES= ckbook.b pi.b primes.b twins.b EXAMPDIR= /usr/share/examples/bc |
