Home | History | Annotate | Line # | Download | only in playstation2
Makefile revision 1.9
      1  1.9     shin #	$NetBSD: Makefile,v 1.9 2002/04/21 11:20:45 shin Exp $
      2  1.1      uch 
      3  1.5  thorpej .include <bsd.own.mk>
      4  1.6    lukem .include "${_SRC_TOP_}/distrib/Makefile.inc"
      5  1.1      uch 
      6  1.6    lukem MINIROOTDIR!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
      7  1.9     shin MINIROOT=	${MINIROOTDIR}/miniroot.fs
      8  1.8    lukem MDSETTARGETS=	RAMDISK ${MINIROOT} netbsd
      9  1.1      uch 
     10  1.6    lukem MDSETDIR=	installation
     11  1.1      uch 
     12  1.6    lukem .include "${DISTRIBDIR}/common/Makefile.mdset"
     13  1.7    lukem 
     14  1.7    lukem .include <bsd.prog.mk>
     15