NetBSD/sbin/fdisk/Makefile
phil 2d074efe44 -- add -b flag for setting fdisk's idea of BIOS geometry from command line
-- cleanup so WARNS=1 works
-- man page updated to reality.
1997-09-05 21:26:57 +00:00

14 lines
192 B
Makefile

# $NetBSD: Makefile,v 1.6 1997/09/05 21:26:57 phil Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "powerpc"
PROG= fdisk
SRCS= fdisk.c
.endif
MAN= fdisk.8
WARNS=1
.include <bsd.prog.mk>