freebsd-ports/net/openafs/files/patch-Makefile.in
Hiroki Sato cfa9838ff6 Update to 1.6.9.
Submitted by:	bjk (maintainer)
2014-09-11 08:40:58 +00:00

28 lines
1.3 KiB
Text

--- Makefile.in.orig 2012-03-27 08:03:34.000000000 +0900
+++ Makefile.in 2012-06-24 06:37:47.000000000 +0900
@@ -338,6 +338,7 @@
venus: cmd comerr volser ptserver libafscp
+${COMPILE_PART1} venus ${COMPILE_PART2}
+venus-test:: venus
+${COMPILE_PART1} venus/test ${COMPILE_PART2}
afsd: cmd comerr sys kauth @CLIENT_UAFS_DEP@
@@ -666,7 +667,7 @@
finale: project cmd comerr afsd butc tbutc tbudb @ENABLE_KERNEL_MODULE@ libuafs audit kauth log \
ptserver tptserver scout bu_utils ubik uss bozo @VFSCK@ volser tvolser tsalvaged \
dviced dvolser libafscp \
- venus update xstat afsmonitor rxdebug libafsrpc \
+ venus venus-test update xstat afsmonitor rxdebug libafsrpc \
libafsauthent shlibafsrpc shlibafsauthent libadmin man-pages \
platform kopenafs authtools
+${COMPILE_PART1} finale ${COMPILE_PART2}
@@ -674,7 +675,7 @@
finale_nolibafs: project cmd comerr afsd butc tbutc tbudb libuafs audit kauth log \
ptserver tptserver scout bu_utils ubik tubik uss bozo @VFSCK@ volser tvolser tsalvaged \
dviced dvolser libafscp\
- venus update xstat afsmonitor rxdebug libafsrpc \
+ venus venus-test update xstat afsmonitor rxdebug libafsrpc \
libafsauthent shlibafsrpc shlibafsauthent libadmin man-pages \
platform kopenafs authtools
+${COMPILE_PART1} finale ${COMPILE_PART2}