NetBSD/sbin/fdisk/Makefile

18 lines
306 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 1999/07/02 17:48:26 sakamoto Exp $
SUBDIR= mbr
1997-06-23 08:23:46 +04:00
.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc")
PROG= fdisk
SRCS= fdisk.c
DPADD+= ${LIBUTIL}
LDADD+= -lutil
SUBDIR+= mbr_bootsel
1998-10-15 19:23:23 +04:00
.endif
1997-06-23 08:23:46 +04:00
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>