From 2aaed01e053d4847cbbe5b519bba8caee208fc09 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Wed, 21 Jul 1993 20:48:37 +0000 Subject: [PATCH] One last thing for making sure it works. --- gnu/usr.bin/man/manpath/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 49d487df5cfc..e03d126379d1 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -14,7 +14,8 @@ MAN1=${.CURDIR}/manpath.1 .endif DPADD+= ${MAN1} -CFLAGS+= -I${.CURDIR}/../lib -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS -DALT_SYSTEMS +CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS +CFLAGS+= -DALT_SYSTEMS -I${.CURDIR}/../lib -I${.CURDIR}/../lib/obj ${MAN1}: ${.CURDIR}/manpath.man sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \