diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2019-07-28 15:45:31 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2019-07-28 15:45:31 +0000 |
commit | a798372ea7b66cc5d8b94fa75bc94b03d36b6f09 (patch) | |
tree | 7bf44ac611da9aa770da8a93293b3998fd7fd9e9 /distrib/octeon | |
parent | 8d641ab8c1e20568f0eddca33e4d2cc82bd3042d (diff) |
Link octeon bootloader to the build.
OK deraadt@
Diffstat (limited to 'distrib/octeon')
-rw-r--r-- | distrib/octeon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/octeon/Makefile b/distrib/octeon/Makefile index ba1e6b62b19..446059794ee 100644 --- a/distrib/octeon/Makefile +++ b/distrib/octeon/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2019/04/30 17:46:05 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2019/07/28 15:45:30 visa Exp $ -SUBDIR= ramdisk +SUBDIR= boot ramdisk unconfig: + cd boot; ${MAKE} unconfig cd ramdisk; ${MAKE} unconfig .include <bsd.subdir.mk> |