Deleted Added
full compact
Makefile (74815) Makefile (87325)
1# @(#)Makefile 8.2 (Berkeley) 3/17/94
1# @(#)Makefile 8.2 (Berkeley) 3/17/94
2# $FreeBSD: head/sbin/bsdlabel/Makefile 74815 2001-03-26 14:33:27Z ru $
2# $FreeBSD: head/sbin/bsdlabel/Makefile 87325 2001-12-04 02:19:58Z obrien $
3
4PROG= disklabel
5SRCS= disklabel.c
6MAN= disklabel.5 disklabel.8
7
8.if ${MACHINE} == "pc98"
9CFLAGS+= -DPC98
10.endif
3
4PROG= disklabel
5SRCS= disklabel.c
6MAN= disklabel.5 disklabel.8
7
8.if ${MACHINE} == "pc98"
9CFLAGS+= -DPC98
10.endif
11WARNS= 0
11
12.include <bsd.prog.mk>
12
13.include <bsd.prog.mk>