summaryrefslogtreecommitdiff
path: root/sbin/mount_udf/Makefile
blob: a88c38318736b059e021eeb2f17ed3a8b4cfc309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.3 2009/04/11 07:58:13 lukem Exp $

.include <bsd.own.mk>

PROG=	mount_udf
SRCS=	mount_udf.c fattr.c pathadj.c
MAN=	mount_udf.8

MOUNT=	${NETBSDSRCDIR}/sbin/mount
CPPFLAGS+= -I${MOUNT} -I${NETBSDSRCDIR}/sys
.PATH:	${MOUNT}

DPADD+=${LIBUTIL}
LDADD+=-lutil

.include <bsd.prog.mk>