NetBSD/usr.sbin/mscdlabel/Makefile
drochner f375ea19c6 -before adding a "partition", check for an ISO9660 filesystem,
and print out volume label and creation time
-if the drive cannot be open()ed read-write, try read-only and
 print the information
2004-07-04 14:11:44 +00:00

17 lines
311 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/07/04 14:11:44 drochner Exp $
.include <bsd.own.mk>
PROG= mscdlabel
SRCS= main.c dkcksum.c iso9660.c
DPADD+= ${LIBUTIL}
LDADD+= -lutil
MAN= mscdlabel.8
DISKLABEL_SRC= ${NETBSDSRCDIR}/sbin/disklabel
.PATH: ${DISKLABEL_SRC}
CPPFLAGS+= -I${DISKLABEL_SRC}
.include <bsd.prog.mk>