13 lines
250 B
Makefile
13 lines
250 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2007/12/26 20:50:06 jmmv Exp $
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/fs/puffs
|
||
|
|
||
|
PROGS= h_have_puffs
|
||
|
SRCS.h_have_puffs= h_have_puffs.c
|
||
|
MAN.h_have_puffs= # empty
|
||
|
BINDIR.h_have_puffs= ${TESTSDIR}
|
||
|
|
||
|
TESTS_SH= t_psshfs
|
||
|
|
||
|
.include <bsd.test.mk>
|