diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-13 11:43:42 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-13 11:43:42 +0000 |
commit | 7b5de006e88e348bad70d505befe41782c58e3a5 (patch) | |
tree | cff0b3c33d341cf8cd26b97acc518fec3efdfbd8 /sys/arch | |
parent | e4ed8e2ca6bca0d0daf30090b94d01529a0f638b (diff) |
don't build the stand dir for now
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pmax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/Makefile b/sys/arch/pmax/Makefile index e2f79482d35..ede7d07de49 100644 --- a/sys/arch/pmax/Makefile +++ b/sys/arch/pmax/Makefile @@ -6,7 +6,7 @@ NOPROG= noprog NOMAN= noman -SUBDIR= stand +SUBDIR= TPMAX= ../pmax/tags SPMAX= ../pmax/pmax/*.[ch] ../pmax/include/*.h \ |