[BACK]Return to Makefile.sysv CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / common

File: [cvs.NetBSD.org] / src / sys / compat / common / Attic / Makefile.sysv (download)

Revision 1.1.4.2, Mon Dec 5 10:54:59 2016 UTC (7 years, 4 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1.4.1: +15 -0 lines

Sync with HEAD

#	$NetBSD: Makefile.sysv,v 1.1.4.2 2016/12/05 10:54:59 skrll Exp $

# Sources for sysv ipc compatibility across the versions.

# Compatibility code for NetBSD 1.4
SRCS+=	sysv_msg_14.c sysv_shm_14.c sysv_sem_14.c

# Compatibility code for NetBSD 5.0
SRCS+=	sysv_ipc_50.c sysv_msg_50.c sysv_sem_50.c sysv_shm_50.c

# really, all machines where sizeof(int) != sizeof(long) (LP64)
.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "sparc64" \
  && ${MACHINE_ARCH} != "x86_64")
SRCS+=	kern_ipc_10.c
.endif