1998-08-27 08:09:42 +00:00
|
|
|
# ex:ts=8
|
|
|
|
#
|
|
|
|
# Makefile for amd
|
|
|
|
# This file is under a "BSD" copyright (c) by David O'Brien 1998
|
|
|
|
#
|
1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1998-08-27 08:09:42 +00:00
|
|
|
#
|
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
.PATH: ${.CURDIR}/../../../contrib/amd/amq
|
1998-08-27 08:09:42 +00:00
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
PROG= amq
|
|
|
|
MAN= amq.8
|
|
|
|
SRCS= amq.c amq_clnt.c amq_xdr.c
|
1998-08-27 08:09:42 +00:00
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
|
1998-08-27 08:09:42 +00:00
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
DPADD= ${LIBAMU}
|
|
|
|
LDADD= ${LIBAMU}
|
1998-08-27 08:09:42 +00:00
|
|
|
|
2014-06-08 17:29:31 +00:00
|
|
|
NO_PIE= yes
|
|
|
|
|
1998-08-27 08:09:42 +00:00
|
|
|
.include <bsd.prog.mk>
|