Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2002 11:09:53 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21644 for review
Message-ID:  <200211281909.gASJ9r58092759@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21644

Change 21644 by marcel@marcel_nfs on 2002/11/28 11:09:07

	Unhook vidcontrol from the ia64 build.

Affected files ...

.. //depot/projects/ia64/usr.sbin/Makefile#26 edit

Differences ...

==== //depot/projects/ia64/usr.sbin/Makefile#26 (text+ko) ====

@@ -114,7 +114,6 @@
 	ugidfw \
 	usbd \
 	usbdevs \
-	vidcontrol \
 	vipw \
 	vnconfig \
 	watch \
@@ -162,7 +161,8 @@
 
 .if ${MACHINE_ARCH} == "alpha"
 SUBDIR+=elf2exe \
-	pnpinfo
+	pnpinfo \
+	vidcontrol
 .endif
 
 .if ${MACHINE_ARCH} == "i386"
@@ -180,7 +180,8 @@
 	sicontrol \
 	spkrtest \
 	stallion \
-	wlconfig
+	vidcontrol \
+  	wlconfig
 .if !defined(NO_I4B)
 SUBDIR+=i4b
 .endif

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211281909.gASJ9r58092759>