summaryrefslogtreecommitdiff
path: root/share/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-10-18 17:11:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-10-18 17:11:30 +0000
commitb072441a88e9559657d116862a79ddb3ce745e14 (patch)
tree9f70e5effc2fe27cbde872c509b20a3ba49bd78e /share/Makefile
parent53a3be67149e368b5a649a5d657d64f55f182ff7 (diff)
The base no longer uses old groff -- it uses mandoc(1). The ports tree still
sometimes needs groff, but there it is pulled in as a build-dependency, and it is the newer groff. We are able to do this now due to the hard work if ingo.
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/share/Makefile b/share/Makefile
index 12aa952ea17..90331a1b9a1 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -1,6 +1,5 @@
-# $OpenBSD: Makefile,v 1.16 2010/10/18 00:29:24 deraadt Exp $
+# $OpenBSD: Makefile,v 1.17 2010/10/18 17:11:29 deraadt Exp $
-SUBDIR= dict lkm locale man misc mk snmp tabset termtypes \
- tmac zoneinfo
+SUBDIR= dict lkm locale man misc mk snmp tabset termtypes zoneinfo
.include <bsd.subdir.mk>