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