Mercurial > emacs
changeset 6259:035ce1fb4969
Add freebsd.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 08 Mar 1994 22:37:54 +0000 |
parents | 5360e784af1d |
children | d8bf24309d5e |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Tue Mar 08 21:42:39 1994 +0000 +++ b/configure1.in Tue Mar 08 22:37:54 1994 +0000 @@ -1018,6 +1018,7 @@ *-sco3.2v4* ) opsys=sco4 ;; *-bsd386* ) opsys=bsd386 ;; *-386bsd* ) opsys=386bsd ;; + *-freebsd* ) opsys=freebsd ;; *-netbsd* ) opsys=netbsd ;; *-nextstep* ) opsys=mach2 ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom.