blob: 0e188d04f90bd1f99685e2801862ffd1db186c77 (
plain)
1
2
3
4
5
6
7
8
9
|
# Intel 386 running System V
XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386v.h
XM_CLIBS= -lPW
SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
# for gmalloc.c
XM_CFLAGS= -Dgetpagesize()=4096
|