# @(#)Makefile 8.2 (Berkeley) 3/17/94 # $FreeBSD: head/sbin/bsdlabel/Makefile 113695 2003-04-18 22:20:46Z phk $ PROG= bsdlabel SRCS= bsdlabel.c #MAN+= bsdlabel.5 MAN+= bsdlabel.8 .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif .include test: ${PROG} sh ${.CURDIR}/runtest.sh