summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dc
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2010-02-21 14:28:03 +0000
committergabor <gabor@FreeBSD.org>2010-02-21 14:28:03 +0000
commitfa4f0af78a622f11cab7366751ecb1a4700eca23 (patch)
treeb3eb6d7631ef53fad942d51b66b7a7918b1ceab4 /gnu/usr.bin/dc
parent1fdea921e1450bf99dc432803cd6c88e08540a21 (diff)
downloadFreeBSD-src-fa4f0af78a622f11cab7366751ecb1a4700eca23.zip
FreeBSD-src-fa4f0af78a622f11cab7366751ecb1a4700eca23.tar.gz
- Remove GNU bc/dc bits. There has not been any regressions seen after
BSD bc/dc import. It has been tested with make universe that this code is not used by anything any more. Approved by: delphij (mentor)
Diffstat (limited to 'gnu/usr.bin/dc')
-rw-r--r--gnu/usr.bin/dc/Makefile15
-rw-r--r--gnu/usr.bin/dc/doc/Makefile11
2 files changed, 0 insertions, 26 deletions
diff --git a/gnu/usr.bin/dc/Makefile b/gnu/usr.bin/dc/Makefile
deleted file mode 100644
index 12de718..0000000
--- a/gnu/usr.bin/dc/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $FreeBSD$
-
-BCDIR= ${.CURDIR}/../../../contrib/bc
-
-.PATH: ${BCDIR}/dc ${BCDIR}/lib ${BCDIR}/doc
-
-PROG= dc
-SRCS= array.c dc.c eval.c misc.c numeric.c stack.c string.c \
- number.c
-CFLAGS+=-I${.CURDIR}/../bc -I${BCDIR}/h -DHAVE_CONFIG_H
-DPADD= ${LIBM}
-LDADD= -lm
-SUBDIR= doc
-
-.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/dc/doc/Makefile b/gnu/usr.bin/dc/doc/Makefile
deleted file mode 100644
index 2b3d553..0000000
--- a/gnu/usr.bin/dc/doc/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Makefile copyright Andreas Klemm <andreas@FreeBSD.ORG> 1998
-#
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../../contrib/bc/doc
-
-INFO = dc
-INFOSECTION= "System Utilities"
-INFOENTRY_dc= "* DC: (dc). The GNU Desktop Calculator."
-
-.include <bsd.info.mk>
OpenPOWER on IntegriCloud