diff options
author | 2008-05-15 21:34:15 +0000 | |
---|---|---|
committer | 2008-05-15 21:34:15 +0000 | |
commit | 89354ac8949246a6fc21215d5223119aab53e88b (patch) | |
tree | 15e2be8f6c07b8c63d38b5372ba0c5dabee61b32 | |
parent | Add mkboot(8), a utility to make U-Boot images. (diff) | |
download | wireguard-openbsd-89354ac8949246a6fc21215d5223119aab53e88b.tar.xz wireguard-openbsd-89354ac8949246a6fc21215d5223119aab53e88b.zip |
Hook up mkboot(8).
-rw-r--r-- | sys/arch/socppc/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/stand/Makefile b/sys/arch/socppc/stand/Makefile index 981d45cb811..f0d17b97d19 100644 --- a/sys/arch/socppc/stand/Makefile +++ b/sys/arch/socppc/stand/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.1 2008/05/10 20:06:26 kettenis Exp $ +# $OpenBSD: Makefile,v 1.2 2008/05/15 21:34:15 kettenis Exp $ -SUBDIR=boot +SUBDIR= boot mkboot .include <bsd.subdir.mk> |