From 0e9433c83ddb716c3a2fe854ff853bc3e399ffbc Mon Sep 17 00:00:00 2001 From: gpalmer Date: Sun, 30 Aug 1998 19:59:53 +0000 Subject: DPDADD -> DPADD --- usr.sbin/amd/amd/Makefile | 4 ++-- usr.sbin/amd/amq/Makefile | 4 ++-- usr.sbin/amd/fixmount/Makefile | 4 ++-- usr.sbin/amd/hlfsd/Makefile | 4 ++-- usr.sbin/amd/pawd/Makefile | 4 ++-- usr.sbin/amd/wire-test/Makefile | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'usr.sbin/amd') diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile index 75e4200..49bdcac 100644 --- a/usr.sbin/amd/amd/Makefile +++ b/usr.sbin/amd/amd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id$ +# $Id: Makefile,v 1.14 1998/08/27 08:09:40 obrien Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/amd @@ -25,7 +25,7 @@ SRCS+= srvr_amfs_auto.c srvr_nfs.c CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amd -DPDADD+= ${LIBAMU} +DPADD+= ${LIBAMU} LDADD+= ${LIBAMU} -lrpcsvc CLEANFILES+= conf_parse.c conf_parse.h conf_tok.c diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile index 8b36a5c..4681a29 100644 --- a/usr.sbin/amd/amq/Makefile +++ b/usr.sbin/amd/amq/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id$ +# $Id: Makefile,v 1.10 1998/08/27 08:09:40 obrien Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/amq @@ -15,7 +15,7 @@ SRCS= amq.c amq_clnt.c amq_xdr.c CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq -DPDADD+= ${LIBAMU} +DPADD+= ${LIBAMU} LDADD+= ${LIBAMU} .include diff --git a/usr.sbin/amd/fixmount/Makefile b/usr.sbin/amd/fixmount/Makefile index eb286be..b1c2a97 100644 --- a/usr.sbin/amd/fixmount/Makefile +++ b/usr.sbin/amd/fixmount/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id$ +# $Id: Makefile,v 1.1 1998/08/27 08:09:41 obrien Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/fixmount \ @@ -20,7 +20,7 @@ SRCS+= mount.h nfs_prot.h # These would be links created by the GNU-style configure SRCS+= checkmount_bsd44.c -DPDADD+= ${LIBAMU} +DPADD+= ${LIBAMU} LDADD+= ${LIBAMU} -lrpcsvc .include diff --git a/usr.sbin/amd/hlfsd/Makefile b/usr.sbin/amd/hlfsd/Makefile index 2a9eb58..693b509 100644 --- a/usr.sbin/amd/hlfsd/Makefile +++ b/usr.sbin/amd/hlfsd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id$ +# $Id: Makefile,v 1.1 1998/08/27 08:09:41 obrien Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/hlfsd @@ -15,7 +15,7 @@ SRCS= hlfsd.c homedir.c nfs_prot_svc.c stubs.c CFLAGS+= -I${.CURDIR}/../../../contrib/amd/hlfsd -DPDADD+= ${LIBAMU} +DPADD+= ${LIBAMU} LDADD+= ${LIBAMU} -lrpcsvc .include diff --git a/usr.sbin/amd/pawd/Makefile b/usr.sbin/amd/pawd/Makefile index 995b048..c696e25 100644 --- a/usr.sbin/amd/pawd/Makefile +++ b/usr.sbin/amd/pawd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id$ +# $Id: Makefile,v 1.1 1998/08/27 08:09:41 obrien Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/amq @@ -17,7 +17,7 @@ SRCS= pawd.c amq_clnt.c amq_xdr.c CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq -DPDADD+= ${LIBAMU} +DPADD+= ${LIBAMU} LDADD+= ${LIBAMU} .include diff --git a/usr.sbin/amd/wire-test/Makefile b/usr.sbin/amd/wire-test/Makefile index 399158f..e29cf9f 100644 --- a/usr.sbin/amd/wire-test/Makefile +++ b/usr.sbin/amd/wire-test/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id$ +# $Id: Makefile,v 1.1 1998/08/27 08:09:42 obrien Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/wire-test @@ -13,7 +13,7 @@ MAN8= wire-test.8 SRCS= wire-test.c -DPDADD+= ${LIBAMU} +DPADD+= ${LIBAMU} LDADD+= ${LIBAMU} .include -- cgit v1.1