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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.sbin
/
puffs
/
mount_psshfs
/
Makefile
blob
0fcfe4a0637ba5079914bb34dcb05aad3b6ae094
1
# $NetBSD: Makefile,v 1.3 2007/07/18 22:38:59 pooka Exp $
2
3
PROG
=
mount_psshfs
4
SRCS
=
psshfs.c fs.c node.c psbuf.c subr.c
5
LDADD
+= -
lpuffs
-
lutil
6
7
MAN
=
mount_psshfs
.8
8
9
.
include
<
bsd.prog.mk
>