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

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

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

Initial revision

#	$OpenBSD: Makefile,v 1.1 2005/04/01 10:40:48 mickey Exp $

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

.include <bsd.subdir.mk>