diff options
Diffstat (limited to 'benchmarks/kttcp/files/Makefile')
-rw-r--r-- | benchmarks/kttcp/files/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmarks/kttcp/files/Makefile b/benchmarks/kttcp/files/Makefile new file mode 100644 index 00000000000..fde69a64817 --- /dev/null +++ b/benchmarks/kttcp/files/Makefile @@ -0,0 +1,9 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/29 01:07:20 thorpej Exp $ + +PROG= kttcp +MKMAN= no +SRCS= kttcp.c + +WARNS=2 + +.include <bsd.prog.mk> |