Home | History | Annotate | Line # | Download | only in mount_9p
Makefile revision 1.4
      1  1.4    uwe #	$NetBSD: Makefile,v 1.4 2020/06/13 13:45:06 uwe Exp $
      2  1.1  pooka #
      3  1.4    uwe .include <bsd.init.mk>		# include early to pick up USE_*
      4  1.1  pooka 
      5  1.1  pooka PROG=	mount_9p
      6  1.1  pooka SRCS=	ninepuffs.c ninebuf.c nineproto.c fs.c node.c subr.c
      7  1.1  pooka LDADD+= -lpuffs -lutil
      8  1.1  pooka 
      9  1.1  pooka MAN=	mount_9p.8
     10  1.1  pooka 
     11  1.4    uwe .if (${USE_INET6} != "no")
     12  1.4    uwe CPPFLAGS += -DINET6
     13  1.4    uwe .endif
     14  1.4    uwe 
     15  1.1  pooka .include <bsd.prog.mk>
     16