Makefile revision 114549
1#	@(#)Makefile	8.2 (Berkeley) 3/17/94
2# $FreeBSD: head/sbin/bsdlabel/Makefile 114549 2003-05-02 19:54:18Z phk $
3
4PROG=	bsdlabel
5SRCS=	bsdlabel.c geom_bsd_enc.c
6#MAN+=	bsdlabel.5
7MAN+=	bsdlabel.8
8
9.if ${MACHINE} == "pc98"
10CFLAGS+= -DPC98
11.endif
12
13.PATH:  ${.CURDIR}/../../sys/geom
14
15.include <bsd.prog.mk>
16
17test:	${PROG}
18	sh ${.CURDIR}/runtest.sh
19