diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-02 11:49:01 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-02 11:49:01 +0000 |
| commit | db997e07c0771e25431b4c83f7027191294e2c3d (patch) | |
| tree | 0fc4377ac5f7e8944c06cf0439786a1b5467a865 /gnu/usr.bin | |
| parent | 2fd5d19071f68264b1d432b77bc38239c8b2aa40 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 5 | ||||
| -rw-r--r-- | gnu/usr.bin/gperf/Makefile | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 6398c1f290f6..f5b38f1db9a8 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -5,7 +5,8 @@ DIFFSRC=${.CURDIR}/../../../contrib/diff/src .PATH: ${DIFFSRC} \ ${.CURDIR}/../../../contrib/diff/lib \ - ${.CURDIR}/../../../contrib/diff/man + ${.CURDIR}/../../../contrib/diff/man \ + ${.CURDIR}/../../../contrib/diff/doc PROG= diff SRCS= analyze.c context.c diff.c dir.c ed.c ifdef.c io.c \ @@ -24,6 +25,8 @@ CFLAGS+=-I${.CURDIR}/../../../contrib/diff/src CFLAGS+=-I${.CURDIR}/../../../contrib/diff/lib CFLAGS+=-I${DESTDIR}/usr/include/gnu +MAN= diff.1 diff.7 + LIBADD+= gnuregex .if ${MK_TESTS} != "no" diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile index 7d0c14a3f050..514d725cdc15 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} |
