Home | History | Annotate | Line # | Download | only in mount_v7fs
      1 #	$NetBSD: Makefile,v 1.1 2011/06/27 11:52:58 uch Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 PROG=	mount_v7fs
      6 SRCS=	mount_v7fs.c fattr.c pathadj.c
      7 MAN=	mount_v7fs.8
      8 
      9 MOUNT=	${NETBSDSRCDIR}/sbin/mount
     10 CPPFLAGS+= -I${MOUNT}
     11 .PATH:	${MOUNT}
     12 
     13 DPADD+=${LIBUTIL}
     14 LDADD+=-lutil
     15 
     16 .include <bsd.prog.mk>
     17