From 1a085bedc04ce216032d93ffecd05d19b8bd8809 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 23 Apr 2002 09:03:56 +0000 Subject: Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk. Ensure all standard targets honor SUBDIR. Now `make obj' descends into SUBDIRs even if NOOBJ is set (some descendants may still need an object directory, but we do not have such precedents). Now `make install' in non-bsd.subdir.mk makefiles runs `afterinstall' target _after_ `install' in SUBDIRs, like we do in bsd.subdir.mk. Nothing depended on the wrong order anyway. Fixed `distribute' targets (except for the bsd.subdir.mk version) so that they do not depend on _SUBDIR; `distribute' calls `install' which already depends on _SUBDIR. De-standardize `maninstall', otherwise manpages would be installed twice. (To be revised later.) --- share/man/man8/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'share/man/man8') diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 0851716..47437fb 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -21,8 +21,4 @@ MLINKS+=rc.8 ${MACHINE_ARCH}/rc.${MACHINE_ARCH}.8 SUBDIR= man8.${MACHINE_ARCH} .endif -.if make(maninstall) -maninstall:: _SUBDIR -.endif - .include -- cgit v1.1