Makefile revision 94065
1#	@(#)Makefile	8.2 (Berkeley) 3/17/94
2# $FreeBSD: head/sbin/bsdlabel/Makefile 94065 2002-04-07 10:57:00Z phk $
3
4PROG=	disklabel
5SRCS=	disklabel.c
6MAN=	disklabel.5 disklabel.8
7
8.if ${MACHINE} == "pc98"
9CFLAGS+= -DPC98
10.endif
11WARNS=	2
12
13.include <bsd.prog.mk>
14