From fe5846e3848b06916e3ea6dad5df5136996faeef Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 25 May 2000 21:55:10 +0000 Subject: cause traversal into arch & subdirectories for the purposes of manual page install... --- sys/arch/powerpc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/arch/powerpc') diff --git a/sys/arch/powerpc/Makefile b/sys/arch/powerpc/Makefile index ae12d0073cb..507c5e2238a 100644 --- a/sys/arch/powerpc/Makefile +++ b/sys/arch/powerpc/Makefile @@ -1,7 +1,9 @@ NOPROG= noprog NOMAN= noman +.if ${MACHINE} == "powerpc" SUBDIR= stand +.endif obj: _SUBDIRUSE -- cgit v1.2.3