diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-18 09:45:12 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-18 09:45:12 +0000 |
commit | 4d72801c2f31254590531bcc68666ee48e8aaadd (patch) | |
tree | c4b54e53b5c4d498662ab29b102f1d9581a742d4 | |
parent | 08e927619c2cb2f022d9f661ba6659cbb1ba7d35 (diff) |
built miniroot
-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 e2f7eb3de03..551feabf138 100644 --- a/distrib/loongson/Makefile +++ b/distrib/loongson/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2010/02/12 20:17:25 otto Exp $ +# $OpenBSD: Makefile,v 1.4 2010/02/18 09:45:11 otto Exp $ -SUBDIR= ramdisk +SUBDIR= ramdisk miniroot .include <bsd.subdir.mk> |