[Midnightbsd-cvs] src: Makefile: Remove powerpc, arm, and alpha checks.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 27 12:08:39 EDT 2008


Log Message:
-----------
Remove powerpc, arm, and alpha checks.

Tags:
----
RELENG_0_2

Modified Files:
--------------
    src/usr.bin:
        Makefile (r1.13.2.1 -> r1.13.2.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.bin/Makefile,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -L usr.bin/Makefile -L usr.bin/Makefile -u -r1.13.2.1 -r1.13.2.2
--- usr.bin/Makefile
+++ usr.bin/Makefile
@@ -198,7 +198,7 @@
 	tr \
 	true \
 	truncate \
-	${_truss} \
+	truss \
 	tset \
 	tsort \
 	tty \
@@ -241,11 +241,6 @@
 	${_ypmatch} \
 	${_ypwhich}
 
-.if ${MACHINE_ARCH} != "arm" && \
-    ${MACHINE_ARCH} != "powerpc"
-_truss=		truss
-.endif
-
 .if !defined(NO_ATM)
 _atm=		atm
 .endif
@@ -295,9 +290,7 @@
 .if !defined(NO_TOOLCHAIN)
 _c89=		c89
 _c99=		c99
-.if ${MACHINE_ARCH} != "powerpc"
 _gprof=		gprof
-.endif
 _lex=		lex
 _xlint=		xlint
 _yacc=		yacc
@@ -315,10 +308,6 @@
 _smbutil=	smbutil
 .endif
 
-.if ${MACHINE_ARCH} == "alpha"
-_uac=		uac
-.endif
-
 .if ${MACHINE_ARCH} == "amd64"
 _ncplist=	ncplist
 _ncplogin=	ncplogin


More information about the Midnightbsd-cvs mailing list