freebsd-dev/sbin/bsdlabel/Makefile
David E. O'Brien 9a901d972d Fix style nit.
2001-03-04 13:19:51 +00:00

14 lines
194 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 3/17/94
# $FreeBSD$
PROG= disklabel
SRCS= disklabel.c
MAN8= disklabel.8
MAN5= disklabel.5
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.prog.mk>