From owner-p4-projects Thu Mar 21 0:20:22 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 858A337B417; Thu, 21 Mar 2002 00:20:09 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C908A37B417 for ; Thu, 21 Mar 2002 00:20:07 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2L8K7P43770 for perforce@freebsd.org; Thu, 21 Mar 2002 00:20:07 -0800 (PST) (envelope-from peter@freebsd.org) Date: Thu, 21 Mar 2002 00:20:07 -0800 (PST) Message-Id: <200203210820.g2L8K7P43770@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 8138 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8138 Change 8138 by peter@peter_overcee on 2002/03/21 00:19:53 add -DNO_LINT block out sysinstall for ia64 - no boot blocks to embed. Affected files ... ... //depot/projects/ia64/usr.bin/Makefile#9 edit ... //depot/projects/ia64/usr.sbin/Makefile#7 edit Differences ... ==== //depot/projects/ia64/usr.bin/Makefile#9 (text+ko) ==== @@ -185,7 +185,6 @@ write \ xargs \ xinstall \ - xlint \ xstr \ yacc \ yes \ @@ -193,6 +192,10 @@ ypmatch \ ypwhich +.if !defined(NO_LINT) +SUBDIR+=xlint +.endif + .if defined(RELEASEDIR) || \ (!exists(${.CURDIR}/../kerberosIV) && !exists(${.CURDIR}/../secure)) || \ defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4)) ==== //depot/projects/ia64/usr.sbin/Makefile#7 (text+ko) ==== @@ -101,7 +101,6 @@ sliplogin \ slstat \ spray \ - sysinstall \ syslogd \ tcpdchk \ tcpdmatch \ @@ -127,6 +126,10 @@ ypset \ zic +.if ${MACHINE_ARCH} != "ia64" +SUBDIR+=sysinstall +.endif + .if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" SUBDIR+=pppctl .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message