aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-05-02 19:54:18 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-05-02 19:54:18 +0000
commit643c62af8fd97a8d2ee94a116f05a3668328ce06 (patch)
treeac294c3c83b6fac6631d57e4a8b8e535b98ae3f6 /sbin/bsdlabel/Makefile
parent81377a3f17f4a0ed91f9c1956aa3ffa0a41a1c85 (diff)
downloadsrc-643c62af8fd97a8d2ee94a116f05a3668328ce06.tar.gz
src-643c62af8fd97a8d2ee94a116f05a3668328ce06.zip
Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.
Notes
Notes: svn path=/head/; revision=114549
Diffstat (limited to 'sbin/bsdlabel/Makefile')
-rw-r--r--sbin/bsdlabel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile
index 833a281d7c62..925fbdfdb77e 100644
--- a/sbin/bsdlabel/Makefile
+++ b/sbin/bsdlabel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= bsdlabel
-SRCS= bsdlabel.c
+SRCS= bsdlabel.c geom_bsd_enc.c
#MAN+= bsdlabel.5
MAN+= bsdlabel.8
@@ -10,6 +10,8 @@ MAN+= bsdlabel.8
CFLAGS+= -DPC98
.endif
+.PATH: ${.CURDIR}/../../sys/geom
+
.include <bsd.prog.mk>
test: ${PROG}