# @(#)Makefile 8.2 (Berkeley) 3/17/94 # $FreeBSD: head/sbin/bsdlabel/Makefile 60256 2000-05-09 13:46:14Z nyan $ PROG= disklabel SRCS= disklabel.c dkcksum.c MAN8= disklabel.8 MAN5= disklabel.5 .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif .include