Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2004 13:38:01 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48013 for review
Message-ID:  <200403022138.i22Lc1SX032933@repoman.freebsd.org>

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

Change 48013 by peter@peter_daintree on 2004/03/02 13:37:08

	No, there will never be a pcvt here.

Affected files ...

.. //depot/projects/hammer/usr.sbin/Makefile#42 edit
.. //depot/projects/hammer/usr.sbin/pcvt/ispcvt/Makefile#3 edit

Differences ...

==== //depot/projects/hammer/usr.sbin/Makefile#42 (text+ko) ====

@@ -105,7 +105,6 @@
 	${_ofwdump} \
 	${_pccard} \
 	pciconf \
-	${_pcvt/ispcvt} \
 	${_pcvt} \
 	periodic \
 	pkg_install \
@@ -321,8 +320,4 @@
 .endif
 .endif
 
-.if ${MACHINE_ARCH} != "i386"
-_pcvt/ispcvt=	pcvt/ispcvt
-.endif
-
 .include <bsd.subdir.mk>

==== //depot/projects/hammer/usr.sbin/pcvt/ispcvt/Makefile#3 (text+ko) ====

@@ -1,12 +1,6 @@
 # $FreeBSD: src/usr.sbin/pcvt/ispcvt/Makefile,v 1.8 2001/03/26 14:41:07 ru Exp $
 
-.if ${MACHINE_ARCH} == "i386"
 PROG=	ispcvt
 MAN=	ispcvt.8
-.else
-NOOBJ=	stub only
-NOMAN=	stub only
-LINKS+=	/usr/bin/false /usr/sbin/ispcvt
-.endif
 
 .include <bsd.prog.mk>



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