1 # $NetBSD: Makefile,v 1.5 2020/06/19 01:19:50 uwe Exp $ 2 # 3 4 PROG= mount_9p 5 SRCS= ninepuffs.c ninebuf.c nineproto.c fs.c node.c subr.c 6 LDADD+= -lpuffs -lutil 7 8 MAN= mount_9p.8 9 10 CPPFLAGS += ${${USE_INET6} != "no":? -DINET6 :} 11 12 .include <bsd.prog.mk> 13
Indexes created Wed Oct 22 06:10:02 GMT 2025