summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-26 07:28:26 +0000
committerru <ru@FreeBSD.org>2001-03-26 07:28:26 +0000
commit06e5712a05d686eaef5304f42f8f78a3d4a04174 (patch)
tree12578a60c2459b1c611758d69e5e8d71c241ab63 /gnu
parent9aefd18cc80a8f27657aa1a59f80c55939d91408 (diff)
downloadFreeBSD-src-06e5712a05d686eaef5304f42f8f78a3d4a04174.zip
FreeBSD-src-06e5712a05d686eaef5304f42f8f78a3d4a04174.tar.gz
Don't use MANDEPEND and MANSRC.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/Makefile.cfg2
-rw-r--r--gnu/usr.bin/man/manpath/Makefile9
2 files changed, 3 insertions, 8 deletions
diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg
index 90964d4..af7dc67 100644
--- a/gnu/usr.bin/groff/Makefile.cfg
+++ b/gnu/usr.bin/groff/Makefile.cfg
@@ -143,5 +143,3 @@ revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(GROFF_DIST)/REVISION`
-e "s;@g@;$(g);g" \
-e "s;@G@;`echo $(g) | tr [a-z] [A-Z]`;g" \
$< >$@
-
-MANSRC=${.OBJDIR}
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index 79d3b5d..72f4d80 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -1,8 +1,6 @@
# $FreeBSD$
PROG= manpath
-SRCS= manpath.c
-MAN1= manpath.1
DPADD= ${LIBMAN}
LDADD= ${LIBMAN}
@@ -10,11 +8,10 @@ LDADD= ${LIBMAN}
CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS
CFLAGS+= -DALT_SYSTEMS -I${.CURDIR}/../lib -I${.OBJDIR}/../lib
CLEANFILES+= ${MAN1}
-MANDEPEND+= ${MAN1}
+
+.include <bsd.prog.mk>
${MAN1}: ${.CURDIR}/manpath.man
@${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
sed -e 's,%manpath_config_file%,/etc/manpath.config,' \
- ${.CURDIR}/manpath.man > ${MAN1}
-
-.include <bsd.prog.mk>
+ ${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud