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