2014-01-15 10:53:42 +01:00

14 lines
219 B
Makefile

# $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>