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