aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-10-13 12:22:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-10-13 12:22:47 +0000
commitd8504df28be7eee07e2335366786ea30b50fa538 (patch)
tree52f42e7be89624cc7f85e0dec223bd2bd0984344 /gnu
parent8d8f318a08a590094816174e5ab34a52e1b5ae70 (diff)
downloadsrc-d8504df28be7eee07e2335366786ea30b50fa538.tar.gz
src-d8504df28be7eee07e2335366786ea30b50fa538.zip
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gperf/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile
index 50a119788138..1d9ccd814cfd 100644
--- a/gnu/usr.bin/gperf/Makefile
+++ b/gnu/usr.bin/gperf/Makefile
@@ -2,19 +2,16 @@
GPROFDIR= ${.CURDIR}/../../../contrib/gperf
+.PATH: ${GPROFDIR}/src ${GPROFDIR}/lib ${GPROFDIR}/doc
+
SUBDIR= doc
PROG= gperf
-MAN1= gperf.1
-
-CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR}
-
SRCS= bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \
list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \
vectors.cc version.cc
SRCS+= hash.cc getopt.c getopt1.c
+CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR}
+
.include <bsd.prog.mk>
-.PATH: ${GPROFDIR}/src
-.PATH: ${GPROFDIR}/lib
-.PATH: ${GPROFDIR}/doc