mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
19 lines
284 B
Makefile
19 lines
284 B
Makefile
# ex:ts=8
|
|
#
|
|
# Makefile for amd
|
|
# This file is under a "BSD" copyright (c) by David O'Brien 1998
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/amd/wire-test
|
|
|
|
PROG= wire-test
|
|
MAN8= wire-test.8
|
|
|
|
SRCS= wire-test.c
|
|
|
|
DPADD+= ${LIBAMU}
|
|
LDADD+= ${LIBAMU}
|
|
|
|
.include <bsd.prog.mk>
|