Style tweaks.

This commit is contained in:
David E. O'Brien 2000-10-13 12:22:47 +00:00
parent 8d8f318a08
commit d8504df28b
1 changed files with 4 additions and 7 deletions

View File

@ -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