Sysinstall does not work on ia64 and sparc64 yet. :-)
This commit is contained in:
parent
d79022e641
commit
0ce433f418
@ -97,7 +97,6 @@ SUBDIR= IPXrouted \
|
||||
sliplogin \
|
||||
slstat \
|
||||
spray \
|
||||
sysinstall \
|
||||
syslogd \
|
||||
tcpdchk \
|
||||
tcpdmatch \
|
||||
@ -123,6 +122,10 @@ SUBDIR= IPXrouted \
|
||||
ypset \
|
||||
zic
|
||||
|
||||
.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
|
||||
SUBDIR+=sysinstall
|
||||
.endif
|
||||
|
||||
.if !defined(NO_IPFILTER)
|
||||
SUBDIR+=ipftest \
|
||||
ipresend \
|
||||
|
Loading…
Reference in New Issue
Block a user