Skip to content

Commit

Permalink
Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed May 2, 2003
1 parent 81377a3 commit 643c62a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sbin/bsdlabel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# $FreeBSD$

PROG= bsdlabel
SRCS= bsdlabel.c
SRCS= bsdlabel.c geom_bsd_enc.c
#MAN+= bsdlabel.5
MAN+= bsdlabel.8

.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif

.PATH: ${.CURDIR}/../../sys/geom

.include <bsd.prog.mk>

test: ${PROG}
Expand Down

0 comments on commit 643c62a

Please sign in to comment.