aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/Makefile
blob: 932bcd5ded1ade651d1b5354ea49a8f90955dff2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)Makefile	8.2 (Berkeley) 3/17/94
# $FreeBSD$

PROG=	disklabel
SRCS=	disklabel.c
MAN=	disklabel.5 disklabel.8

.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
WARNS=	0

.include <bsd.prog.mk>