summaryrefslogtreecommitdiff
path: root/usr.sbin/mscdlabel/Makefile
blob: e8674b1750c743c10a856351ba02bf5751395c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.9 2012/08/10 12:10:29 joerg Exp $

.include <bsd.own.mk>

USE_FORT?= yes	# reads potentially untrustworthy data

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}

COPTS.iso9660.c+=	-Wno-pointer-sign

.include <bsd.prog.mk>