2d074efe44
-- cleanup so WARNS=1 works -- man page updated to reality.
14 lines
192 B
Makefile
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>
|