diff options
author | mp <mp@FreeBSD.org> | 2009-07-10 21:47:20 +0000 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2009-07-10 21:47:20 +0000 |
commit | 50eaa69b9f8628c1a960d67f9226b2178e1af1cb (patch) | |
tree | 17eebca78bf08f0e79096867499da4a83e098c34 /Imakefile | |
parent | 5c3d0e09d7926f4fe8b7ca838a2ed52b6e33e4b5 (diff) | |
download | FreeBSD-src-50eaa69b9f8628c1a960d67f9226b2178e1af1cb.zip FreeBSD-src-50eaa69b9f8628c1a960d67f9226b2178e1af1cb.tar.gz |
Import of tcsh-6.17.00
Diffstat (limited to 'Imakefile')
-rw-r--r-- | Imakefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ XCOMM -XCOMM $tcsh: Imakefile,v 1.85 2006/03/02 18:46:44 christos Exp $ +XCOMM $tcsh: Imakefile,v 1.86 2007/03/19 23:25:02 christos Exp $ XCOMM XCOMM Imakefile for tcsh 6.12 XCOMM Marc Horowitz, MIT SIPB @@ -211,6 +211,10 @@ EXTF=mi.termios.c mi.wait.h mi.varargs.h vms.termcap.c # define ConfigH bsd4.4 # endif /* FreeBsdArchitecture */ +# ifdef MidnightBSDArchitecture +# define ConfigH bsd4.4 +# endif /* MidnightBsdArchitecture */ + # ifdef i386SVR4Architecture # define ConfigH sysv4 # ifdef DELL |