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