artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba844f
)
handle iso dir
author
deraadt
<deraadt@openbsd.org>
Tue, 13 Apr 2021 04:55:28 +0000
(
04:55
+0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 13 Apr 2021 04:55:28 +0000
(
04:55
+0000)
distrib/arm64/Makefile
patch
|
blob
|
history
diff --git
a/distrib/arm64/Makefile
b/distrib/arm64/Makefile
index
7a7628c
..
8c2b038
100644
(file)
--- a/
distrib/arm64/Makefile
+++ b/
distrib/arm64/Makefile
@@
-1,7
+1,11
@@
-# $OpenBSD: Makefile,v 1.
3 2019/04/30 17:46:03
deraadt Exp $
+# $OpenBSD: Makefile,v 1.
4 2021/04/13 04:55:28
deraadt Exp $
SUBDIR= ramdisk
+.if make(obj) || make(cleandir) || make(clean)
+SUBDIR+= iso
+.endif
+
unconfig:
cd ramdisk; ${MAKE} unconfig