head	1.1;
access;
symbols
	perseant-exfatfs-base-20250801:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.16
	perseant-exfatfs-base:1.1
	bouyer-sunxi-drm:1.1.0.14
	bouyer-sunxi-drm-base:1.1
	cjep_sun2x:1.1.0.12
	cjep_sun2x-base:1.1
	cjep_staticlib_x-base1:1.1
	cjep_staticlib_x:1.1.0.10
	cjep_staticlib_x-base:1.1
	thorpej-futex-base:1.1
	bouyer-xenpvh-base2:1.1
	phil-wifi-20200421:1.1
	bouyer-xenpvh-base1:1.1
	phil-wifi-20200411:1.1
	bouyer-xenpvh:1.1.0.8
	bouyer-xenpvh-base:1.1
	phil-wifi-20200406:1.1
	ad-namecache-base3:1.1
	ad-namecache-base2:1.1
	ad-namecache-base1:1.1
	ad-namecache:1.1.0.6
	ad-namecache-base:1.1
	isaki-audio2:1.1.0.4
	isaki-audio2-base:1.1
	pgoyette-compat-merge-20190127:1.1.2.2
	pgoyette-compat-20190127:1.1
	pgoyette-compat-20190118:1.1
	pgoyette-compat-1226:1.1
	pgoyette-compat-1126:1.1
	pgoyette-compat-1020:1.1
	pgoyette-compat-0930:1.1
	pgoyette-compat-0906:1.1
	pgoyette-compat-0728:1.1
	pgoyette-compat-0625:1.1
	pgoyette-compat-0521:1.1
	pgoyette-compat-0502:1.1
	pgoyette-compat-0422:1.1
	pgoyette-compat-0415:1.1
	pgoyette-compat-0407:1.1
	pgoyette-compat-0330:1.1
	pgoyette-compat-0322:1.1
	pgoyette-compat-0315:1.1
	pgoyette-compat:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2018.03.09.01.27.50;	author pgoyette;	state dead;
branches
	1.1.2.1;
next	;
commitid	EsOcKUhC4XxAMItA;

1.1.2.1
date	2018.03.09.01.27.50;	author pgoyette;	state Exp;
branches;
next	1.1.2.2;
commitid	EsOcKUhC4XxAMItA;

1.1.2.2
date	2018.03.09.01.45.46;	author pgoyette;	state dead;
branches;
next	;
commitid	oiSwCtjRrzK5TItA;


desc
@@


1.1
log
@file Makefile was initially added on branch pgoyette-compat.
@
text
@@


1.1.2.1
log
@Split the sysv_ipc module into two pieces:  one for contemporary
SYSV* functionality, and one for compatability with previous NetBSD
versions.  No need to pull in all of compat just to have a sysv_ipc
module.
@
text
@a0 23
# $NetBSD: Makefile,v 1.3 2016/11/03 04:26:58 riastradh Exp $

.include "../Makefile.inc"

.PATH:	${S}/kern

KMOD=	sysv_ipc

CPPFLAGS+=	-DSYSVSEM -DSYSVSHM -DSYSVMSG

.PATH:	${S}/compat/common

CPPFLAGS+=	-DCOMPAT_10
CPPFLAGS+=	-DCOMPAT_13
CPPFLAGS+=	-DCOMPAT_14
CPPFLAGS+=	-DCOMPAT_50

SRCS+=	sysv_ipc_mod.c
SRCS+=	kern_ipc_10.c
SRCS+=	sysv_msg_14.c sysv_sem_14.c sysv_shm_14.c
SRCS+=	sysv_msg_50.c sysv_sem_50.c sysv_shm_50.c

.include <bsd.kmodule.mk>
@


1.1.2.2
log
@Rename the new compat_sysv_ipc module to just compat_sysv
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.2.1 2018/03/09 01:27:50 pgoyette Exp $
@


