NetBSD/usr.sbin/mbrlabel/Makefile
ws 2cf75c4c03 Add a utility to allow access to the partitions of a
MBR labeled disk (i.e. a disk partitioned by fdisk)
on any platform (including extended partitions).
1998-11-16 18:44:25 +00:00

12 lines
254 B
Makefile

# $NetBSD: Makefile,v 1.1 1998/11/16 18:44:25 ws Exp $
DISKLABELPATH= ${.CURDIR}/../../sbin/disklabel
PROG= mbrlabel
SRCS= mbrlabel.c dkcksum.c
CPPFLAGS+= -I${DISKLABELPATH}
MAN= mbrlabel.8
LDADD+= -lutil
.PATH: ${DISKLABELPATH}
.include <bsd.prog.mk>