NetBSD/sbin/fdisk/Makefile

12 lines
182 B
Makefile

# $NetBSD: Makefile,v 1.5 1997/06/23 04:23:50 mrg Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "powerpc"
PROG= fdisk
SRCS= fdisk.c
.endif
MAN= fdisk.8
.include <bsd.prog.mk>