diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 16:45:09 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 16:45:09 +0000 |
| commit | 2902dbbd456e9071a52ba8dcccc30200564231d1 (patch) | |
| tree | a22803c43dac9baf3af34820dd5b4da545592dd3 /gnu/usr.bin | |
| parent | dbee1004f9691978caaa258401c037a3b302d7c4 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index a8c3af4647ab..a1bbb238e89b 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -2,7 +2,8 @@ .PATH: ${.CURDIR}/../../../contrib/bc/bc \ ${.CURDIR}/../../../contrib/bc/lib \ - ${.CURDIR}/../../../contrib/bc/doc + ${.CURDIR}/../../../contrib/bc/doc \ + ${.CURDIR}/../../../contrib/bc/Examples PROG= bc SRCS= bc.y execute.c global.c load.c main.c scan.l storage.c util.c \ @@ -11,14 +12,7 @@ CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../../contrib/bc/h -DHAVE_CONFIG_H DPADD= ${LIBREADLINE} ${LIBTERMCAP} LDADD= -lreadline -ltermcap -EXAMPLES= ckbook.b pi.b primes.b twins.b -EXAMPDIR= /usr/share/examples/bc - -beforeinstall: -.for file in ${EXAMPLES} - cd ${.CURDIR}/../../../contrib/bc/Examples ; \ - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ - ${DESTDIR}${EXAMPDIR} -.endfor +FILES= ckbook.b pi.b primes.b twins.b +FILESDIR= ${SHAREDIR}/examples/bc .include <bsd.prog.mk> |
