summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/manpath/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-01-11 15:12:00 +0000
committerru <ru@FreeBSD.org>2002-01-11 15:12:00 +0000
commitf5ef8e1b2c57150af52965e49bf130934af02e13 (patch)
tree5105d30b9a05d7a7604d5d1818dd6cac0de5f916 /gnu/usr.bin/man/manpath/Makefile
parent1aba435a49ce33aa5514221b6dfc64dce46b9a5f (diff)
downloadFreeBSD-src-f5ef8e1b2c57150af52965e49bf130934af02e13.zip
FreeBSD-src-f5ef8e1b2c57150af52965e49bf130934af02e13.tar.gz
Now that we have the original BSD man(1)'s ${MACHINE} feature
back (as of man.c,v 1.45), change the meaning of the -m option from poorly documented and badly coded "alternate system" to a much more useful "different architecture for the same system". PR: docs/31261
Diffstat (limited to 'gnu/usr.bin/man/manpath/Makefile')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index 2c57188..b4d04fa 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -6,7 +6,7 @@ DPADD= ${LIBMAN}
LDADD= ${LIBMAN}
CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS
-CFLAGS+= -DALT_SYSTEMS -I${.CURDIR}/../lib -I${.OBJDIR}/../lib
+CFLAGS+= -I${.CURDIR}/../lib -I${.OBJDIR}/../lib
CLEANFILES+= manpath.1
manpath.1: ${.CURDIR}/manpath.man
OpenPOWER on IntegriCloud