diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 21:55:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 21:55:10 +0000 |
commit | fe5846e3848b06916e3ea6dad5df5136996faeef (patch) | |
tree | e5e1e508c7b16df9793392bc136e8ab03710df68 /sys/arch/powerpc | |
parent | b1ea89b78a761c8dbf0a9e0832aeff2c5b5f384d (diff) |
cause traversal into arch & subdirectories for the purposes of manual page install...
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |