summaryrefslogtreecommitdiffstats
path: root/sbin/sunlabel/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-21 20:38:15 +0000
committerphk <phk@FreeBSD.org>2003-04-21 20:38:15 +0000
commitea17f6289aaaecd4efc6b4bc4e8d538f12e2cb73 (patch)
tree5074eca298b2968e80dfee67c14939f4c0d96707 /sbin/sunlabel/Makefile
parenta981fec797408bf561ff2bdb7a0eb1a98d641346 (diff)
downloadFreeBSD-src-ea17f6289aaaecd4efc6b4bc4e8d538f12e2cb73.zip
FreeBSD-src-ea17f6289aaaecd4efc6b4bc4e8d538f12e2cb73.tar.gz
Use explicit encoding/decoding funtions for sunlabel data structures.
Use #defines for various magic numbers. Attach test-case to makefile. Reviewed by: jake
Diffstat (limited to 'sbin/sunlabel/Makefile')
-rw-r--r--sbin/sunlabel/Makefile6
1 files changed, 6 insertions, 0 deletions
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 <bsd.prog.mk>
+
+test: ${PROG}
+ sh ${.CURDIR}/runtest.sh
OpenPOWER on IntegriCloud