summaryrefslogtreecommitdiff
path: root/distrib/hppa/Makefile
blob: d8e7a3e1b8abbb45d354a7d1d8e054d2ccfea4a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.4 2009/04/17 03:58:54 deraadt Exp $

SUBDIR=ramdisk

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

unconfig:
	cd ramdisk; ${MAKE} unconfig

.include <bsd.subdir.mk>