diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-04-14 18:10:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-04-14 18:10:48 +0000 |
commit | cfbf9936a9370c8ab5b6e78b9f5523cd9023e59c (patch) | |
tree | e27c9aef40cb3a91ae0ce6356e12b1b196976b30 /distrib/octeon | |
parent | 69758c833b194d9117c4f6b67260b5b2cfcf41c7 (diff) |
handle obj dir
Diffstat (limited to 'distrib/octeon')
-rw-r--r-- | distrib/octeon/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/octeon/Makefile b/distrib/octeon/Makefile index d4786292e12..e418b0f0a55 100644 --- a/distrib/octeon/Makefile +++ b/distrib/octeon/Makefile @@ -1,7 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/08/04 08:53:14 visa Exp $ +# $OpenBSD: Makefile,v 1.6 2021/04/14 18:10:47 deraadt Exp $ SUBDIR= ramdisk +.if make(obj) || make(cleandir) || make(clean) +SUBDIR+= iso +.endif + unconfig: cd ramdisk; ${MAKE} unconfig |