Home | History | Annotate | Line # | Download | only in mount_9p
      1 #	$NetBSD: Makefile,v 1.6 2020/08/30 21:12:45 christos Exp $
      2 #
      3 
      4 .include <bsd.init.mk>
      5 
      6 PROG=	mount_9p
      7 SRCS=	ninepuffs.c ninebuf.c nineproto.c fs.c node.c subr.c
      8 LDADD+= -lpuffs -lutil
      9 
     10 MAN=	mount_9p.8
     11 
     12 CPPFLAGS += ${${USE_INET6} != "no":? -DINET6 :}
     13 
     14 .include <bsd.prog.mk>
     15