xref: /freebsd/sbin/bsdlabel/Makefile (revision 70fe064ad7cab6c0444b91622f60ec6a462f308a)
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