aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-11-28 18:09:01 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-11-28 18:09:01 +0000
commitf65d8fa10a5663d103fcbcfb782054aac63efd23 (patch)
treeedfb7eff7656cb754387a9a45043417bf3e4465c /Makefile
parent376b2469fc1e1a7592a0cc6613fa7707fca855d0 (diff)
downloadmandoc-f65d8fa10a5663d103fcbcfb782054aac63efd23.tar.gz
mandoc-f65d8fa10a5663d103fcbcfb782054aac63efd23.tar.zst
mandoc-f65d8fa10a5663d103fcbcfb782054aac63efd23.zip
Drop useless architecture table. Validating architecture names
is a job for makewhatis(8)/mandoc.db(5), not for the parser. Removes 150 lines from source files and 4k (1%) from the binary. Bloat found by deraadt@.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index b9bf9d5d..63342293 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.445 2014/10/25 01:03:52 schwarze Exp $
+# $Id: Makefile,v 1.446 2014/11/28 18:09:01 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -35,8 +35,7 @@ TESTSRCS = test-dirent-namlen.c \
test-strsep.c \
test-wchar.c
-SRCS = arch.c \
- att.c \
+SRCS = att.c \
cgi.c \
chars.c \
compat_fgetln.c \
@@ -103,7 +102,6 @@ DISTFILES = INSTALL \
NEWS \
TODO \
apropos.1 \
- arch.in \
att.in \
cgi.h.example \
chars.in \
@@ -160,8 +158,7 @@ LIBMAN_OBJS = man.o \
man_macro.o \
man_validate.o
-LIBMDOC_OBJS = arch.o \
- att.o \
+LIBMDOC_OBJS = att.o \
lib.o \
mdoc.o \
mdoc_argv.o \