Makefile revision 60256
1#	@(#)Makefile	8.2 (Berkeley) 3/17/94
2# $FreeBSD: head/sbin/bsdlabel/Makefile 60256 2000-05-09 13:46:14Z nyan $
3
4PROG=	disklabel
5SRCS=	disklabel.c dkcksum.c
6MAN8=	disklabel.8
7MAN5=	disklabel.5
8
9.if ${MACHINE} == "pc98"
10CFLAGS+= -DPC98
11.endif
12
13.include <bsd.prog.mk>
14