diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-12 20:17:26 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-12 20:17:26 +0000 |
commit | fd5bb065a6409021450cded332b329f1b0cb2a55 (patch) | |
tree | ce5f7edb154db101f95d7604a701f48c3e8eaac5 | |
parent | a49969373b9d0685b4f216720421b1e7115f31d0 (diff) |
do not build cd image; lemote pmon's are too braindead to boot from it
-rw-r--r-- | distrib/loongson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/loongson/Makefile b/distrib/loongson/Makefile index 0a0dd86e81a..e2f7eb3de03 100644 --- a/distrib/loongson/Makefile +++ b/distrib/loongson/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.2 2010/02/07 08:38:40 otto Exp $ +# $OpenBSD: Makefile,v 1.3 2010/02/12 20:17:25 otto Exp $ -SUBDIR= ramdisk cdfs +SUBDIR= ramdisk .include <bsd.subdir.mk> |