mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 17:20:03 -04:00
14 lines
219 B
Makefile
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>
|