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