summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1998-08-30 19:59:35 +0000
committergpalmer <gpalmer@FreeBSD.org>1998-08-30 19:59:35 +0000
commit6d2659382dd3f0f8d59a20561a648eb8a306b8e4 (patch)
treec855974c148a77edfb655b310782a14db0315a37 /usr.sbin/amd
parentb192d1711839c5aea478f92cf244a319af5af862 (diff)
downloadFreeBSD-src-6d2659382dd3f0f8d59a20561a648eb8a306b8e4.zip
FreeBSD-src-6d2659382dd3f0f8d59a20561a648eb8a306b8e4.tar.gz
Fix parallel makes falling over on xwhere
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc
index 0c11f73..7856fd2 100644
--- a/usr.sbin/amd/Makefile.inc
+++ b/usr.sbin/amd/Makefile.inc
@@ -1,6 +1,6 @@
# ex:ts=8
#
-# $Id$
+# $Id: Makefile.inc,v 1.1 1998/08/27 08:09:38 obrien Exp $
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
@@ -21,7 +21,7 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/amd
CFLAGS+= -DHAVE_CONFIG_H
LIBAMUDIR!= cd ${.CURDIR}/../libamu; \
- printf 'xwhere: .MAKE\n\t@echo \$${.OBJDIR}\n' | ${MAKE} -s -f-
+ printf 'xwhere: .MAKE\n\t@echo \$${.OBJDIR}\n' | ${MAKE} -Bs -f-
LIBAMU= ${LIBAMUDIR}/libamu.a
OpenPOWER on IntegriCloud