Missed in last checkin.

This commit is contained in:
Fred Fish 1992-03-15 01:10:01 +00:00
parent 318bf84ffe
commit 3d42671fef
1 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,16 @@
# Host: Intel 386 running SVR4.
XDEPFILES= procfs.o i386-xdep.o
XM_FILE= xm-i386v4.h
XM_CLIBS=
SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
# Need to compile and link in support for SVR4's /proc and i386 host dependent
# routines.
XDEPFILES= procfs.o i386-xdep.o
# Use the i386 SVR4 host configuration file.
XM_FILE= xm-i386v4.h
# We need to find alloca() somewhere. Gcc has one built in, but most other
# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
# we have to be careful not to pull in anything else from the library (lots