summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/fixmount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/fixmount/Makefile')
-rw-r--r--usr.sbin/amd/fixmount/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/usr.sbin/amd/fixmount/Makefile b/usr.sbin/amd/fixmount/Makefile
index 1730122..7f96a45 100644
--- a/usr.sbin/amd/fixmount/Makefile
+++ b/usr.sbin/amd/fixmount/Makefile
@@ -4,20 +4,18 @@
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
# $FreeBSD$
-#
-
-.PATH: ${.CURDIR}/../../../contrib/amd/fixmount \
- ${.CURDIR}/../../../contrib/amd/conf/checkmount
-PROG= fixmount
-MAN= fixmount.8
+.PATH: ${.CURDIR}/../../../contrib/amd/fixmount \
+ ${.CURDIR}/../../../contrib/amd/conf/checkmount
-SRCS= fixmount.c
+PROG= fixmount
+MAN= fixmount.8
+SRCS= fixmount.c
-# These would be links created by the GNU-style configure
-SRCS+= checkmount_bsd44.c
+# These would be links created by the GNU-style configure
+SRCS+= checkmount_bsd44.c
-DPADD= ${LIBAMU} ${LIBRPCSVC}
-LDADD= ${LIBAMU} -lrpcsvc
+DPADD= ${LIBAMU} ${LIBRPCSVC}
+LDADD= ${LIBAMU} -lrpcsvc
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud