From a76989daa6368d28f8aa8b331b3e5fe12afbcc41 Mon Sep 17 00:00:00 2001 From: grehan Date: Sat, 15 May 2004 05:07:14 +0000 Subject: Hook sysinstall to the build for powerpc. --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/Makefile') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 5ae993a..80bd19a 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -180,7 +180,7 @@ SUBDIR= ac \ zic \ ${_zzz} -.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "arm" +.if ${MACHINE_ARCH} != "arm" _sysinstall= sysinstall .endif -- cgit v1.1