repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
puffs
/
mount_9p
/
Makefile
blob
58966f419f24462f00f21a21d104d3259a407a08
1
# $NetBSD: Makefile,v 1.2 2007/07/18 22:38:59 pooka 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
.
include
<
bsd.prog.mk
>