Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / tests / fs / puffs / Makefile
blob37625c60b86d594e848480b8b0b65ae62ee96125
1 # $NetBSD: Makefile,v 1.1 2007/12/26 20:50:06 jmmv Exp $
3 TESTSDIR= ${TESTSBASE}/fs/puffs
5 PROGS= h_have_puffs
6 SRCS.h_have_puffs= h_have_puffs.c
7 MAN.h_have_puffs= # empty
8 BINDIR.h_have_puffs= ${TESTSDIR}
10 TESTS_SH= t_psshfs
12 FILESDIR= ${TESTSDIR}
13 FILES= ssh_config.in
14 FILES+= ssh_host_key
15 FILES+= ssh_host_key.pub
16 FILES+= sshd_config.in
18 .include <bsd.test.mk>