summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/fixmount
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1998-08-30 19:59:53 +0000
committergpalmer <gpalmer@FreeBSD.org>1998-08-30 19:59:53 +0000
commit0e9433c83ddb716c3a2fe854ff853bc3e399ffbc (patch)
tree85eebb3a0967374c0362b5811bae9cd7540debae /usr.sbin/amd/fixmount
parent6d2659382dd3f0f8d59a20561a648eb8a306b8e4 (diff)
downloadFreeBSD-src-0e9433c83ddb716c3a2fe854ff853bc3e399ffbc.zip
FreeBSD-src-0e9433c83ddb716c3a2fe854ff853bc3e399ffbc.tar.gz
DPDADD -> DPADD
Diffstat (limited to 'usr.sbin/amd/fixmount')
-rw-r--r--usr.sbin/amd/fixmount/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud