mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 09:39:20 -04:00
10 lines
188 B
Makefile
10 lines
188 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/04/22 15:23:07 lukem Exp $
|
|
|
|
PROG= mount_psshfs
|
|
SRCS= psshfs.c fs.c node.c psbuf.c subr.c
|
|
LDADD+= -lpuffs -lutil
|
|
|
|
MAN= mount_psshfs.8
|
|
|
|
.include <bsd.prog.mk>
|