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