#	@(#)Makefile	8.2 (Berkeley) 3/17/94
# $FreeBSD: stable/4/sbin/disklabel/Makefile 75953 2001-04-25 10:58:55Z ru $

PROG=	disklabel
SRCS=	disklabel.c
MAN=	disklabel.5 disklabel.8

.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif

.include <bsd.prog.mk>
