Deleted Added
full compact
Makefile (38650) Makefile (50479)
1# ex:ts=8
2#
3# Makefile for amd
4# This file is under a "BSD" copyright (c) by David O'Brien 1998
5#
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# $Id: Makefile,v 1.10 1998/08/27 08:09:40 obrien Exp $
6# $FreeBSD: head/usr.sbin/amd/amq/Makefile 50479 1999-08-28 01:35:59Z peter $
7#
8
9.PATH: ${.CURDIR}/../../../contrib/amd/amq
10
11PROG= amq
12MAN8= amq.8
13
14SRCS= amq.c amq_clnt.c amq_xdr.c
15
16CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
17
18DPADD+= ${LIBAMU}
19LDADD+= ${LIBAMU}
20
21.include <bsd.prog.mk>
7#
8
9.PATH: ${.CURDIR}/../../../contrib/amd/amq
10
11PROG= amq
12MAN8= amq.8
13
14SRCS= amq.c amq_clnt.c amq_xdr.c
15
16CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
17
18DPADD+= ${LIBAMU}
19LDADD+= ${LIBAMU}
20
21.include <bsd.prog.mk>