diff options
author | grehan <grehan@FreeBSD.org> | 2004-05-15 05:07:14 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2004-05-15 05:07:14 +0000 |
commit | a76989daa6368d28f8aa8b331b3e5fe12afbcc41 (patch) | |
tree | 99276dea635045861fbce0ba8d7aaa721f420336 /usr.sbin | |
parent | 21c71b3b1218cb8075c4b5b01528402f4cc2aeca (diff) | |
download | FreeBSD-src-a76989daa6368d28f8aa8b331b3e5fe12afbcc41.zip FreeBSD-src-a76989daa6368d28f8aa8b331b3e5fe12afbcc41.tar.gz |
Hook sysinstall to the build for powerpc.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |