diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-06-02 04:49:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-06-02 04:49:28 +0000 |
commit | 11820ea278d8e1b344c0c5af5ad89a16b1544190 (patch) | |
tree | eedc763891bd6fabd1d1ba77a0224c2bf5951829 /sys/arch | |
parent | 3f41b3bf7b823c71c5364c1bd9a6a23add80db0a (diff) |
beagle has no stand/ yet
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/beagle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/beagle/Makefile b/sys/arch/beagle/Makefile index aa3504e3aec..60b57545d98 100644 --- a/sys/arch/beagle/Makefile +++ b/sys/arch/beagle/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2010/05/31 22:21:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2010/06/02 04:49:27 deraadt Exp $ S= ${.CURDIR}/../.. KFILE= GENERIC @@ -10,7 +10,7 @@ TAGS= ${.CURDIR}/tags NOPROG= NOMAN= -SUBDIR= stand +SUBDIR= # config the fattest kernel we can find into a temporary dir # to create a Makefile. Then use make to pull some variables |