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
|
|
|
BINDIR= /usr/bin
|
1998-08-27 08:09:42 +00:00
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
PROG= pawd
|
|
|
|
SRCS= pawd.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
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|