1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $NetBSD: Makefile,v 1.1.1.2 2000/11/20 00:16:18 wiz Exp $ .include "${.CURDIR}/../Makefile.inc" PROG= wire-test DIST= ${IDIST}/wire-test .PATH: ${DIST} SRCS= wire-test.c MAN+= wire-test.8 LDADD+= ${LIBAMU} .include <bsd.prog.mk>