diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-05 16:04:54 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-05 16:04:54 +0000 |
| commit | 3291b357d2679b8604972a4b264c8d5e8bf2f535 (patch) | |
| tree | 9a5d12982071a16311e5309ae1c4fc55352ba3a8 /gnu/usr.bin/bc | |
| parent | 718e387c349e55e5c28aa8f53f0992d435268811 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/bc')
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index 4786ebfeb5849..ed3838e9020eb 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -11,7 +11,9 @@ CFLAGS+=-DHAVE_CONFIG_H DPADD= ${LIBREADLINE} ${LIBTERMCAP} LDADD= -lreadline -ltermcap +.if !defined (NO_EXAMPLES) FILES= ckbook.b pi.b primes.b twins.b FILESDIR= ${SHAREDIR}/examples/bc +.endif .include <bsd.prog.mk> |
