summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/Makefile
blob: 4090fc418d95cc3b6eba3524564e0d327a361132 (plain)
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 dkcksum.c
MAN8=	disklabel.8
MAN5=	disklabel.5

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud