diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d89ba7b..fba1f82 100644 --- a/configure.in +++ b/configure.in @@ -32,6 +32,10 @@ apollo*) case "${host_cpu}" in bsd*) host_makefile_frag=config/mh-a68bsd ;; esac;; esac ;; +ncr*) case "${host_os}" in + sysv4*) host_makefile_frag=config/mh-ncr3000 ;; + esac ;; + esac # per-target: |