# Makefile for PTYFS server .include PROG= ptyfs SRCS= ptyfs.c node.c DPADD+= ${LIBFSDRIVER} LDADD+= -lfsdriver .include