summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/amq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/amq/Makefile')
-rw-r--r--usr.sbin/amd/amq/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile
index 660c432..74fc749 100644
--- a/usr.sbin/amd/amq/Makefile
+++ b/usr.sbin/amd/amq/Makefile
@@ -6,16 +6,15 @@
# $FreeBSD$
#
-.PATH: ${.CURDIR}/../../../contrib/amd/amq
+.PATH: ${.CURDIR}/../../../contrib/amd/amq
-PROG= amq
-MAN= amq.8
+PROG= amq
+MAN= amq.8
+SRCS= amq.c amq_clnt.c amq_xdr.c
-SRCS= amq.c amq_clnt.c amq_xdr.c
+CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
-CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
-
-DPADD+= ${LIBAMU}
-LDADD+= ${LIBAMU}
+DPADD= ${LIBAMU}
+LDADD= ${LIBAMU}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud