Home | History | Annotate | Line # | Download | only in mount_9p
Makefile revision 1.3
      1  1.3  lukem #	$NetBSD: Makefile,v 1.3 2009/04/22 15:23:06 lukem Exp $
      2  1.1  pooka #
      3  1.1  pooka 
      4  1.1  pooka PROG=	mount_9p
      5  1.1  pooka SRCS=	ninepuffs.c ninebuf.c nineproto.c fs.c node.c subr.c
      6  1.1  pooka LDADD+= -lpuffs -lutil
      7  1.1  pooka 
      8  1.1  pooka MAN=	mount_9p.8
      9  1.1  pooka 
     10  1.1  pooka .include <bsd.prog.mk>
     11