summaryrefslogtreecommitdiff
path: root/distrib/arm64/Makefile
blob: 8c2b03879ed8a1395bc8392c02e9cfcaa0b885c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$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

.include <bsd.subdir.mk>