summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gperf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-09-10 14:03:12 +0000
committerpeter <peter@FreeBSD.org>1996-09-10 14:03:12 +0000
commit386d81bc8240d82a0ba4587a4ed7b9f2a0046357 (patch)
treedb1dd80b728da6bb6add1c41e9533f6582900953 /gnu/usr.bin/gperf
parentc74abea15ca6d76c4cc19bf340129ab2f4fba96c (diff)
downloadFreeBSD-src-386d81bc8240d82a0ba4587a4ed7b9f2a0046357.zip
FreeBSD-src-386d81bc8240d82a0ba4587a4ed7b9f2a0046357.tar.gz
add bmakefiles
Diffstat (limited to 'gnu/usr.bin/gperf')
-rw-r--r--gnu/usr.bin/gperf/Makefile16
-rw-r--r--gnu/usr.bin/gperf/doc/Makefile7
2 files changed, 23 insertions, 0 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile
new file mode 100644
index 0000000..55c9e84
--- /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 <bsd.prog.mk>
diff --git a/gnu/usr.bin/gperf/doc/Makefile b/gnu/usr.bin/gperf/doc/Makefile
new file mode 100644
index 0000000..2c4633e
--- /dev/null
+++ b/gnu/usr.bin/gperf/doc/Makefile
@@ -0,0 +1,7 @@
+# $Id$
+
+INFO = gperf
+
+.PATH: ${.CURDIR}/../../../../contrib/gperf
+
+.include <bsd.info.mk>
OpenPOWER on IntegriCloud