aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd/fixmount
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-10-17 13:55:22 +0000
committerBruce Evans <bde@FreeBSD.org>1998-10-17 13:55:22 +0000
commit71e15550a32a217d57c405de46cc872240245661 (patch)
tree80a417dca3f5b29be18daf0c15d7e702357de810 /usr.sbin/amd/fixmount
parentdbf10047555503ae2331d979738eda01fbfdd0a9 (diff)
Notes
Diffstat (limited to 'usr.sbin/amd/fixmount')
-rw-r--r--usr.sbin/amd/fixmount/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/amd/fixmount/Makefile b/usr.sbin/amd/fixmount/Makefile
index b1c2a97a901f..3ea214fa59c1 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: Makefile,v 1.1 1998/08/27 08:09:41 obrien Exp $
+# $Id: Makefile,v 1.2 1998/08/30 19:59:52 gpalmer 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
-DPADD+= ${LIBAMU}
-LDADD+= ${LIBAMU} -lrpcsvc
+DPADD= ${LIBAMU} ${LIBRPCSVC}
+LDADD= ${LIBAMU} -lrpcsvc
.include <bsd.prog.mk>