1 # $NetBSD: Makefile,v 1.6 2007/05/28 12:06:38 tls Exp $
5 USE_FORT?
= yes
# reads potentially untrustworthy data
8 SRCS
= main.c dkcksum.c iso9660.c
13 DISKLABEL_SRC
= ${NETBSDSRCDIR}/sbin
/disklabel
15 .PATH
: ${DISKLABEL_SRC}
16 CPPFLAGS
+= -I
${DISKLABEL_SRC}
18 .if
(defined
(HAVE_GCC
) && ${HAVE_GCC} == 4) || defined
(HAVE_PCC
)
19 COPTS.iso9660.c
+= -Wno-pointer-sign
22 .
include <bsd.prog.mk
>