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 test: ${PROG}