12 lines
247 B
Makefile
12 lines
247 B
Makefile
# 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>
|