diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-02 11:49:01 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-02 11:49:01 +0000 |
commit | f4d100725d976f4335d33258435f7c9df86e4b36 (patch) | |
tree | 0fc4377ac5f7e8944c06cf0439786a1b5467a865 /gnu/usr.bin/gperf | |
parent | 577a7f53d5a92c2f9fe56919c9da7416f2b1384d (diff) | |
download | FreeBSD-src-f4d100725d976f4335d33258435f7c9df86e4b36.zip FreeBSD-src-f4d100725d976f4335d33258435f7c9df86e4b36.tar.gz |
Install old texinfo pages in the form of mdoc(7) pages
Diffstat (limited to 'gnu/usr.bin/gperf')
-rw-r--r-- | gnu/usr.bin/gperf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile index 7d0c14a..514d725 100644 --- a/gnu/usr.bin/gperf/Makefile +++ b/gnu/usr.bin/gperf/Makefile @@ -10,6 +10,7 @@ SRCS= bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \ main.cc options.cc output.cc positions.cc search.cc version.cc \ getline.cc hash.cc WARNS= 1 +MAN= gperf.1 gperf.7 CXXFLAGS+= -I${GPERFDIR}/lib -I${.CURDIR} |