Home | History | Annotate | Line # | Download | only in fdisk
Makefile revision 1.14
      1 #	$NetBSD: Makefile,v 1.14 1999/09/25 04:18:20 enami Exp $
      2 
      3 SUBDIR=	mbr
      4 .if ${MACHINE} == "i386"
      5 SUBDIR+= mbr_bootsel
      6 .endif
      7 
      8 .if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc")
      9 PROG=	fdisk 
     10 SRCS=	fdisk.c
     11 DPADD+=	${LIBUTIL}
     12 LDADD+=	-lutil
     13 .endif
     14 
     15 MAN=	fdisk.8
     16 
     17 .include <bsd.prog.mk>
     18 .include <bsd.subdir.mk>
     19