diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-25 01:01:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-25 01:01:07 +0000 |
commit | 0f97838c0300177fb03283b8e439925951d33320 (patch) | |
tree | 920929086d812498056f9d4fc49f81ac6ec61aee /gnu/usr.bin/bc/Makefile.bsd-wrapper | |
parent | 1d25dbc996bc07b6f36e0848435151dcc43f1732 (diff) |
link gnubc(1) to bc(1)
Diffstat (limited to 'gnu/usr.bin/bc/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/bc/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/Makefile.bsd-wrapper b/gnu/usr.bin/bc/Makefile.bsd-wrapper index 6e351d854b3..e3e4b8ac0e8 100644 --- a/gnu/usr.bin/bc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/bc/Makefile.bsd-wrapper @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2000/02/21 03:12:44 ho Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2000/03/25 01:01:06 deraadt Exp $ SUBDIR=bcwrap MAN= doc/bc.1 doc/dc.1 +MLINKS= bc.1 gnubc.1 LDFLAGS+= -s ${LDSTATIC} GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS="${LDFLAGS}" CLEANFILES+= bc/libmath.h doc/dc.info |