PERFORCE change 48013 for review

Peter Wemm peter at FreeBSD.org
Tue Mar 2 13:38:03 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=48013

Change 48013 by peter at 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>


More information about the p4-projects mailing list