diff options
Diffstat (limited to 'usr.sbin/amd/amq/Makefile')
-rw-r--r-- | usr.sbin/amd/amq/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile new file mode 100644 index 0000000..8b36a5c --- /dev/null +++ b/usr.sbin/amd/amq/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# +# Makefile for amd +# This file is under a "BSD" copyright (c) by David O'Brien 1998 +# +# $Id$ +# + +.PATH: ${.CURDIR}/../../../contrib/amd/amq + +PROG= amq +MAN8= amq.8 + +SRCS= amq.c amq_clnt.c amq_xdr.c + +CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq + +DPDADD+= ${LIBAMU} +LDADD+= ${LIBAMU} + +.include <bsd.prog.mk> |