summaryrefslogtreecommitdiff
path: root/distrib/powerpc64/Makefile
blob: 5ede005b72f5fc99b28583043007f3eebac54400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 2020/08/05 05:00:03 deraadt Exp $

SUBDIR= ramdisk

.if	make(obj) || make(cleandir) || make(clean)
SUBDIR+= iso
.endif

unconfig:
	cd ramdisk; ${MAKE} unconfig

.include <bsd.subdir.mk>