88d16a1b9b
after importing the new bc-1.0.4 sources, which contain the latest DNU dc version
12 lines
292 B
Makefile
12 lines
292 B
Makefile
# Makefile copyright Andreas Klemm <andreas@FreeBSD.ORG> 1998
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/10/14 18:32:38 jraynard Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../../../contrib/bc/doc
|
|
|
|
INFO = dc
|
|
INFOSECTION= "System Utilities"
|
|
INFOENTRY_dc= "* DC: (dc). The GNU Desktop Calculator."
|
|
|
|
.include <bsd.info.mk>
|