diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2008-11-26 14:18:12 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2008-11-26 14:18:12 +0000 |
commit | 031612618bdded5842da71a53949df29d0c35645 (patch) | |
tree | 0373bf0a1e82262ee01903ad2208456a47fd050e /sys/arch/gumstix/stand | |
parent | 5eae87e9dd0a3373254a274997e646ef26ff422a (diff) |
Initial port of OpenBSD to the (xscale based) gumstix, work in progress.
Most bits cloned from zaurus.
Diffstat (limited to 'sys/arch/gumstix/stand')
-rw-r--r-- | sys/arch/gumstix/stand/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arch/gumstix/stand/Makefile b/sys/arch/gumstix/stand/Makefile new file mode 100644 index 00000000000..04afe2df71d --- /dev/null +++ b/sys/arch/gumstix/stand/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2008/11/26 14:18:11 drahn Exp $ + +SUBDIR= + +.include <bsd.subdir.mk> |