Home | History | Annotate | Line # | Download | only in fdisk
Makefile revision 1.15
      1 #	$NetBSD: Makefile,v 1.15 1999/09/25 04:26:28 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     ${MACHINE} == "hpcmips")
     10 PROG=	fdisk 
     11 SRCS=	fdisk.c
     12 DPADD+=	${LIBUTIL}
     13 LDADD+=	-lutil
     14 .endif
     15 
     16 MAN=	fdisk.8
     17 
     18 .include <bsd.prog.mk>
     19 .include <bsd.subdir.mk>
     20