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/pmax | |
parent | b1ea89b78a761c8dbf0a9e0832aeff2c5b5f384d (diff) |
cause traversal into arch & subdirectories for the purposes of manual page install...
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/pmax/Makefile b/sys/arch/pmax/Makefile index 4fb8b447a3f..e95ac390f98 100644 --- a/sys/arch/pmax/Makefile +++ b/sys/arch/pmax/Makefile @@ -6,7 +6,9 @@ NOPROG= noprog NOMAN= noman +.if ${MACHINE} == "pmax" SUBDIR= boot +.endif TPMAX= ../pmax/tags SPMAX= ../pmax/pmax/*.[ch] ../pmax/include/*.h \ |