artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bef1a8
)
handle obj dir
author
deraadt
<deraadt@openbsd.org>
Wed, 14 Apr 2021 18:10:47 +0000
(18:10 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 14 Apr 2021 18:10:47 +0000
(18:10 +0000)
distrib/octeon/Makefile
patch
|
blob
|
history
diff --git
a/distrib/octeon/Makefile
b/distrib/octeon/Makefile
index
d478629
..
e418b0f
100644
(file)
--- 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