summaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 03:43:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 03:43:23 +0000
commitdbe663f3bcf2e6de61a425a272724ba95c623820 (patch)
tree840bcdcaecf8f9cdea0099656a0f92d59164a7db /gnu/libexec
parent5f7d1fd49707aedcb8f7d4c564bb24e17082c54d (diff)
update from netbsd; parallel make stuff
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/Makefile.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/Makefile.inc b/gnu/libexec/uucp/Makefile.inc
index 1a413e7cb5d..6516abf9c93 100644
--- a/gnu/libexec/uucp/Makefile.inc
+++ b/gnu/libexec/uucp/Makefile.inc
@@ -1,11 +1,14 @@
LIBUNIX!=cd $(.CURDIR)/../libunix; \
- printf "xxx:\n\techo \$${.OBJDIR}/libunix.a\n" | ${MAKE} -r -s -f - xxx
+ printf "xxx:\n\techo \$${.OBJDIR}/libunix.a\n" | \
+ ${MAKE} -r -s -f - xxx | grep libunix
LIBUUCONF!=cd $(.CURDIR)/../libuuconf; \
- printf "xxx:\n\techo \$${.OBJDIR}/libuuconf.a\n" | ${MAKE} -r -s -f - xxx
+ printf "xxx:\n\techo \$${.OBJDIR}/libuuconf.a\n" | \
+ ${MAKE} -r -s -f - xxx | grep libuuconf
LIBUUCP!=cd $(.CURDIR)/../libuucp; \
- printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | ${MAKE} -r -s -f - xxx
+ printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | \
+ ${MAKE} -r -s -f - xxx | grep libuucp
VERSION= 1.06.1
owner= uucp