]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/amd/wire-test/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / amd / wire-test / Makefile
1 # ex:ts=8
2 #
3 # Makefile for amd
4 #       This file is under a "BSD" copyright (c) by David O'Brien 1998
5 #
6 # $FreeBSD$
7
8 .PATH: ${.CURDIR}/../../../contrib/amd/wire-test
9
10 PROG=   wire-test
11 MAN=    wire-test.8
12
13 DPADD=  ${LIBAMU}
14 LDADD=  ${LIBAMU}
15
16 .include <bsd.prog.mk>