From 670723021523948aad2b4ed5a2c6f134d01e952d Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 29 Jan 2004 18:15:19 +0000 Subject: Sync with bsdlabel/Makefile. --- sbin/sunlabel/Makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'sbin/sunlabel') diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index c132756..4eddae4 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -1,16 +1,20 @@ # $FreeBSD$ -PROG=sunlabel -SRCS=sunlabel.c geom_sunlabel_enc.c +.PATH: ${.CURDIR}/../../sys/geom + +PROG= sunlabel +SRCS= sunlabel.c geom_sunlabel_enc.c MAN= sunlabel.8 -WARNS=5 + +WARNS?= 5 DPADD= ${LIBGEOM} LDADD= -lgeom -.PATH: ${.CURDIR}/../../sys/geom - .include test: ${PROG} sh ${.CURDIR}/runtest.sh + +testx: ${PROG} + sh -x ${.CURDIR}/runtest.sh -- cgit v1.1