summaryrefslogtreecommitdiff
path: root/external/bsd/am-utils/bin/wire-test/Makefile
blob: 515602bf8fba75755033dad38e19e8eafa87857e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.2 2013/02/14 01:57:43 christos Exp $

.include "${.CURDIR}/../Makefile.inc"

PROG=	wire-test

DIST=	${IDIST}/wire-test
.PATH:	${DIST}

SRCS=	wire-test.c
MAN+=	wire-test.8

.include <bsd.prog.mk>