Home | History | Annotate | Line # | Download | only in fdisk
Makefile revision 1.8
      1 #	$NetBSD: Makefile,v 1.8 1997/09/15 12:45:51 lukem Exp $
      2 
      3 
      4 .if (${MACHINE} == "i386" || ${MACHINE} == "powerpc")
      5 PROG=	fdisk 
      6 SRCS=	fdisk.c
      7 
      8 .if (${MACHINE} == "i386")
      9 CFLAGS+= -DRAWPARTITION=\'d\'
     10 .endif
     11 
     12 .endif
     13 
     14 MAN=	fdisk.8
     15 
     16 .include <bsd.prog.mk>
     17