summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/bsdlabel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile
index 833a281..925fbdf 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}
OpenPOWER on IntegriCloud