Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.
This commit is contained in:
parent
81377a3f17
commit
643c62af8f
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user