Makefile revision 74815
1#	@(#)Makefile	8.2 (Berkeley) 3/17/94
2# $FreeBSD: head/sbin/bsdlabel/Makefile 74815 2001-03-26 14:33:27Z ru $
3
4PROG=	disklabel
5SRCS=	disklabel.c
6MAN=	disklabel.5 disklabel.8
7
8.if ${MACHINE} == "pc98"
9CFLAGS+= -DPC98
10.endif
11
12.include <bsd.prog.mk>
13