Fix markup.
[netbsd-mini2440.git] / sys / modules / compat_sunos / Makefile
blob194f21476ef3016108cf39523f295ff30627465c
1 # $NetBSD: Makefile,v 1.2 2008/12/08 12:56:00 njoly Exp $
3 .include "../Makefile.inc"
4 .include "../Makefile.assym"
6 KMOD= compat_sunos
8 CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_SUNOS
9 CPPFLAGS+= -DEXEC_AOUT
11 .PATH: ${S}/compat/sunos
12 SRCS+= sunos_exec.c sunos_ioctl.c sunos_mod.c sunos_sysent.c
13 SRCS+= sunos_exec_aout.c sunos_misc.c sunos_syscalls.c
15 .if ${MACHINE_ARCH} == "sparc64"
16 .PATH: ${S}/arch/sparc64/sparc64
17 SRCS+= sunos_machdep.c
18 .endif
20 .if ${MACHINE_ARCH} == "sparc"
21 .PATH: ${S}/arch/sparc/sparc
22 SRCS+= sunos_machdep.c
23 .endif
25 .include <bsd.kmodule.mk>