Deleted Added
full compact
Makefile (74816) Makefile (80029)
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# $FreeBSD: head/usr.sbin/amd/pawd/Makefile 74816 2001-03-26 14:42:20Z ru $
7#
6# $FreeBSD: head/usr.sbin/amd/pawd/Makefile 80029 2001-07-20 06:20:32Z obrien $
8
7
9.PATH: ${.CURDIR}/../../../contrib/amd/amq
8.PATH: ${.CURDIR}/../../../contrib/amd/amq
10
9
11BINDIR= /usr/bin
10BINDIR= /usr/bin
12
11
13PROG= pawd
14SRCS= pawd.c amq_clnt.c amq_xdr.c
12PROG= pawd
13SRCS= pawd.c amq_clnt.c amq_xdr.c
15
14
16CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
15CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
17
16
18DPADD+= ${LIBAMU}
19LDADD+= ${LIBAMU}
17DPADD= ${LIBAMU}
18LDADD= ${LIBAMU}
20
21.include <bsd.prog.mk>
19
20.include <bsd.prog.mk>