Cross Reference: Makefile
xref: /src/usr.sbin/mscdlabel/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/mscdlabel/
Makefile revision 1.5
1# $NetBSD: Makefile,v 1.5 2006/05/11 23:16:30 mrg Exp $
2
3.include <bsd.own.mk>
4
5PROG=	mscdlabel
6SRCS=	main.c dkcksum.c iso9660.c
7DPADD+=	${LIBUTIL}
8LDADD+=	-lutil
9MAN=	mscdlabel.8
10
11DISKLABEL_SRC=	${NETBSDSRCDIR}/sbin/disklabel
12
13.PATH:	${DISKLABEL_SRC}
14CPPFLAGS+=	-I${DISKLABEL_SRC}
15
16.if ${HAVE_GCC} == 4
17COPTS.iso9660.c+=	-Wno-pointer-sign
18.endif
19
20.include <bsd.prog.mk>
21

Indexes created Mon Dec 22 08:09:38 GMT 2025