From 4a82da6962eeb8aa5ec94ad58b2d56100a70de64 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 10 Sep 1996 14:03:12 +0000 Subject: add bmakefiles --- gnu/usr.bin/gperf/Makefile | 16 ++++++++++++++++ gnu/usr.bin/gperf/doc/Makefile | 7 +++++++ 2 files changed, 23 insertions(+) create mode 100644 gnu/usr.bin/gperf/Makefile create mode 100644 gnu/usr.bin/gperf/doc/Makefile (limited to 'gnu/usr.bin/gperf') diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile new file mode 100644 index 000000000000..55c9e84acba0 --- /dev/null +++ b/gnu/usr.bin/gperf/Makefile @@ -0,0 +1,16 @@ +# $Id$ + +.PATH: ${.CURDIR}/../../../contrib/gperf +.PATH: ${.CURDIR}/../../../contrib/gperf/src + +SUBDIR= doc + +PROG= gperf +MAN1= gperf.1 + +CFLAGS+= -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS #-DRLIMIT_STACK + +SRCS = options.c iterator.c main.c perfect.c keylist.c listnode.c xmalloc.c \ + hashtable.c boolarray.c readline.c stderr.c version.c getopt.c + +.include diff --git a/gnu/usr.bin/gperf/doc/Makefile b/gnu/usr.bin/gperf/doc/Makefile new file mode 100644 index 000000000000..2c4633e4ec74 --- /dev/null +++ b/gnu/usr.bin/gperf/doc/Makefile @@ -0,0 +1,7 @@ +# $Id$ + +INFO = gperf + +.PATH: ${.CURDIR}/../../../../contrib/gperf + +.include -- cgit v1.2.3