summaryrefslogtreecommitdiffstats
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
parent9aefd18cc80a8f27657aa1a59f80c55939d91408 (diff)
downloadFreeBSD-src-06e5712a05d686eaef5304f42f8f78a3d4a04174.zip
FreeBSD-src-06e5712a05d686eaef5304f42f8f78a3d4a04174.tar.gz
Don't use MANDEPEND and MANSRC.
-rw-r--r--gnu/usr.bin/groff/Makefile.cfg2
-rw-r--r--gnu/usr.bin/man/manpath/Makefile9
-rw-r--r--lib/msun/Makefile2
-rw-r--r--libexec/atrun/Makefile1
-rw-r--r--usr.bin/at/Makefile7
5 files changed, 6 insertions, 15 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}
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index 4281b14..7dce84c 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -121,8 +121,6 @@ ${ARCH_PREFIX}${i}: ${.CURDIR}/${ARCH}/${i}
cp ${.ALLSRC} ${.TARGET}
.endfor
-MANSRC= ${.CURDIR}/man
-
MAN3+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
cos.3 cosh.3 erf.3 exp.3 fabs.3 floor.3 fmod.3 hypot.3 ieee.3 \
ieee_test.3 j0.3 lgamma.3 math.3 rint.3 sin.3 sinh.3 sqrt.3 \
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile
index a71a797..3ae4d81 100644
--- a/libexec/atrun/Makefile
+++ b/libexec/atrun/Makefile
@@ -15,6 +15,7 @@ CFLAGS+=-I${MAINSRC} -I${.CURDIR}
.include <bsd.prog.mk>
${MAN8}: atrun.man
+ @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
sed -e \
"s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \
s@_ATJOB_DIR@$(ATJOB_DIR)@g; \
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index df96d57..b3bf218 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -4,7 +4,7 @@
PROG= at
CFLAGS+=-Wall
-SRCS= at.c panic.c parsetime.c perm.c
+SRCS= at.c panic.c parsetime.c perm.c
LINKS= ${BINDIR}/at ${BINDIR}/atq \
${BINDIR}/at ${BINDIR}/atrm \
${BINDIR}/at ${BINDIR}/batch
@@ -13,9 +13,7 @@ MLINKS= at.1 batch.1 \
at.1 atrm.1
BINMODE= 4555
-MANSRC= .
CLEANFILES += ${MAN1}
-MANDEPEND = ${MAN1}
.include <bsd.prog.mk>
@@ -29,5 +27,4 @@ ${MAN1}: at.man
s@_LOADAVG_MX@$(LOADAVG_MX)@g; \
s@_PERM_PATH@$(PERM_PATH)@g; \
s@_LOCKFILE@$(LOCKFILE)@g" \
- < ${.OODATE} > ${.TARGET}
-
+ < ${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud