mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
DPDADD -> DPADD
This commit is contained in:
parent
1f4dcd683a
commit
dd6303bd2a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38650
@ -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
|
||||
|
@ -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 <bsd.prog.mk>
|
||||
|
@ -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 <bsd.prog.mk>
|
||||
|
@ -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 <bsd.prog.mk>
|
||||
|
@ -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 <bsd.prog.mk>
|
||||
|
@ -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 <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user