NetBSD/sbin/fdisk/Makefile

12 lines
182 B
Makefile
Raw Normal View History

1997-06-23 08:23:46 +04:00
# $NetBSD: Makefile,v 1.5 1997/06/23 04:23:50 mrg Exp $
1997-06-23 08:23:46 +04:00
.if ${MACHINE} == "i386" || ${MACHINE} == "powerpc"
PROG= fdisk
SRCS= fdisk.c
1997-06-23 08:23:46 +04:00
.endif
1994-12-22 13:44:04 +03:00
MAN= fdisk.8
.include <bsd.prog.mk>