summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/Makefile
blob: 833a281d7c62595c13ce24e092217de794bc7785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	@(#)Makefile	8.2 (Berkeley) 3/17/94
# $FreeBSD$

PROG=	bsdlabel
SRCS=	bsdlabel.c
#MAN+=	bsdlabel.5
MAN+=	bsdlabel.8

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

.include <bsd.prog.mk>

test:	${PROG}
	sh ${.CURDIR}/runtest.sh
OpenPOWER on IntegriCloud