Makefile revision 1.22
11.22Sthorpej# $NetBSD: Makefile,v 1.22 2002/04/03 03:17:36 thorpej Exp $ 21.1Scgd 31.12SrossSUBDIR= mbr 41.14Senami.if ${MACHINE} == "i386" 51.14SenamiSUBDIR+= mbr_bootsel 61.14Senami.endif 71.5Smrg 81.22Sthorpej.if (${MACHINE} == "i386" || \ 91.22Sthorpej ${MACHINE} == "bebox" || \ 101.22Sthorpej ${MACHINE} == "cobalt" || \ 111.22Sthorpej ${MACHINE} == "ofppc" || \ 121.22Sthorpej ${MACHINE} == "hpcmips" || \ 131.22Sthorpej ${MACHINE} == "arc" || \ 141.22Sthorpej ${MACHINE} == "prep" || \ 151.22Sthorpej ${MACHINE} == "playstation2" || \ 161.22Sthorpej ${MACHINE} == "mvmeppc" || \ 171.22Sthorpej ${MACHINE} == "netwinder") 181.1ScgdPROG= fdisk 191.1ScgdSRCS= fdisk.c 201.9SlukemDPADD+= ${LIBUTIL} 211.9SlukemLDADD+= -lutil 221.10Sws.endif 231.5Smrg 241.3ScgdMAN= fdisk.8 251.17Ssoda 261.17Ssoda.if ${MACHINE} == "arc" 271.17SsodaCPPFLAGS+= -D_PATH_DEFDISK='"/dev/rsd0d"' 281.22Sthorpej.endif 291.22Sthorpej 301.22Sthorpej.if ${MACHINE} == "netwinder" 311.22SthorpejCPPFLAGS+= -D_PATH_DEFDISK='"/dev/rwd0c"' 321.17Ssoda.endif 331.1Scgd 341.1Scgd.include <bsd.prog.mk> 351.10Sws.include <bsd.subdir.mk> 36