xref: /netbsd-src/sbin/mount_nilfs/Makefile (revision cccb31c834abaf43b44854e6a3b2cb3c68a0e1c7)
1*cccb31c8Sdholland#	$NetBSD: Makefile,v 1.2 2013/08/11 06:04:38 dholland Exp $
269a586f2Sreinoud
369a586f2Sreinoud.include <bsd.own.mk>
469a586f2Sreinoud
569a586f2SreinoudPROG=	mount_nilfs
669a586f2SreinoudSRCS=	mount_nilfs.c fattr.c pathadj.c
769a586f2SreinoudMAN=	mount_nilfs.8
869a586f2Sreinoud
969a586f2SreinoudMOUNT=	${NETBSDSRCDIR}/sbin/mount
1069a586f2SreinoudCPPFLAGS+= -I${MOUNT} -I${NETBSDSRCDIR}/sys
1169a586f2Sreinoud.PATH:	${MOUNT}
1269a586f2Sreinoud
1369a586f2SreinoudDPADD+=${LIBUTIL}
1469a586f2SreinoudLDADD+=-lutil
1569a586f2Sreinoud
1669a586f2Sreinoud.include <bsd.prog.mk>
17