2001-12-12 14:44:43 +03:00
|
|
|
# $NetBSD: Makefile.common,v 1.3 2001/12/12 11:44:47 lukem Exp $
|
2001-06-07 01:38:01 +04:00
|
|
|
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
|
|
|
|
.PATH: $S/compat/svr4 $S/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
|
|
|
|
|
|
|
CPPFLAGS+= -DCOMPAT_SVR4${USE_32} -DSYSVSEM -DSYSVMSG -DSYSVSHM \
|
|
|
|
-DSVR4_COMPAT_SOLARIS2
|
|
|
|
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE \
|
|
|
|
-I. -I${S}
|
|
|
|
|
|
|
|
KMOD= compat_svr4${USE_32}
|