NetBSD/sbin/fdisk/Makefile

19 lines
302 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 1999/04/15 22:31:23 fvdl Exp $
1997-06-23 08:23:46 +04:00
.if (${MACHINE} == "i386" || ${MACHINE} == "powerpc")
PROG= fdisk
SRCS= fdisk.c
DPADD+= ${LIBUTIL}
LDADD+= -lutil
1998-10-15 19:23:23 +04:00
.endif
1998-10-15 19:23:23 +04:00
.if ${MACHINE} == "i386"
SUBDIR= mbr mbr_bootsel
1997-06-23 08:23:46 +04:00
.endif
1994-12-22 13:44:04 +03:00
MAN= fdisk.8
.include <bsd.prog.mk>
1998-10-15 19:23:23 +04:00
.include <bsd.subdir.mk>