Home | History | Annotate | Line # | Download | only in mount_tmpfs
      1 #	$NetBSD: Makefile,v 1.5 2009/04/11 07:58:12 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 PROG=		mount_tmpfs
      6 SRCS=		mount_tmpfs.c fattr.c pathadj.c
      7 MAN=		mount_tmpfs.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