NetBSD/sbin/fdisk/Makefile

20 lines
367 B
Makefile
Raw Normal View History

1999-09-25 08:27:55 +04:00
# $NetBSD: Makefile,v 1.16 1999/09/25 04:27:55 enami Exp $
SUBDIR= mbr
.if ${MACHINE} == "i386"
SUBDIR+= mbr_bootsel
.endif
1997-06-23 08:23:46 +04:00
1999-09-25 08:27:55 +04:00
.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || \
${MACHINE} == "ofppc" || ${MACHINE} == "hpcmips")
PROG= fdisk
SRCS= fdisk.c
DPADD+= ${LIBUTIL}
LDADD+= -lutil
1998-10-15 19:23:23 +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>