From ea17f6289aaaecd4efc6b4bc4e8d538f12e2cb73 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 21 Apr 2003 20:38:15 +0000 Subject: Use explicit encoding/decoding funtions for sunlabel data structures. Use #defines for various magic numbers. Attach test-case to makefile. Reviewed by: jake --- sbin/sunlabel/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sbin/sunlabel/Makefile') diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index bbfe7c7..7a855ba 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -1,8 +1,14 @@ # $FreeBSD$ PROG=sunlabel +SRCS=sunlabel.c geom_sunlabel_enc.c LINKS=${BINDIR}/sunlabel ${BINDIR}/disklabel NOMAN= WARNS=5 +.PATH: ${.CURDIR}/../../sys/geom + .include + +test: ${PROG} + sh ${.CURDIR}/runtest.sh -- cgit v1.1