]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/amd/amq/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / amd / amq / 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
9 .PATH: ${.CURDIR}/../../../contrib/amd/amq
10
11 PROG=   amq
12 MAN=    amq.8
13 SRCS=   amq.c amq_clnt.c amq_xdr.c
14
15 CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
16
17 DPADD=  ${LIBAMU}
18 LDADD=  ${LIBAMU}
19
20 .include <bsd.prog.mk>