Home | History | Annotate | Line # | Download | only in mount_hfs
      1 #	$NetBSD: Makefile,v 1.4 2011/04/10 16:47:05 joerg Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 PROG=	mount_hfs
      6 SRCS=	mount_hfs.c pathadj.c
      7 MAN=	mount_hfs.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