[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / hppa / stand

File: [local] / sys / arch / hppa / stand / Makefile (download)

Revision 1.1, Tue Mar 4 16:05:43 2008 UTC (16 years, 2 months ago) by nbrk
Branch point for: MAIN

Initial revision

#	$OpenBSD: Makefile,v 1.3 2003/03/28 22:42:26 mickey Exp $

.if ${MACHINE} == "hppa"
SUBDIR= libsa libkern libz
.endif
SUBDIR+= mkboot boot
.if ${MACHINE} == "hppa"
SUBDIR+= cdboot
.endif

.include <bsd.subdir.mk>