summaryrefslogtreecommitdiff
path: root/distrib/hppa/Makefile
blob: 19297da31ba1ab7c8e267ffbb4a14e8a4bc946d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.3 2007/10/18 18:16:20 deraadt Exp $

SUBDIR=ramdisk

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

unconfig:
	cd ramdisk_cd; ${MAKE} unconfig
	cd ramdiskA; ${MAKE} unconfig

.include <bsd.subdir.mk>