Home | History | Annotate | Line # | Download | only in wire-test
      1 #	$NetBSD: Makefile,v 1.2 2013/02/14 01:57:43 christos Exp $
      2 
      3 .include "${.CURDIR}/../Makefile.inc"
      4 
      5 PROG=	wire-test
      6 
      7 DIST=	${IDIST}/wire-test
      8 .PATH:	${DIST}
      9 
     10 SRCS=	wire-test.c
     11 MAN+=	wire-test.8
     12 
     13 .include <bsd.prog.mk>
     14