head	1.2;
access;
symbols
	RELENG_9_1_0_RELEASE:1.1.2.2.2.2
	RELENG_9_1:1.1.2.2.0.2
	RELENG_9_1_BP:1.1.2.2
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.52.59;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.05.29.19.55.07;	author luigi;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2012.06.03.17.51.53;	author luigi;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.06.03.17.51.53;	author luigi;	state Exp;
branches
	1.1.2.2.2.1;
next	1.1.2.3;

1.1.2.3
date	2012.11.17.11.37.18;	author svnexp;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	2014.02.18.06.01.44;	author svnexp;	state Exp;
branches;
next	;

1.1.2.2.2.1
date	2012.08.05.23.54.33;	author kensmith;	state Exp;
branches;
next	1.1.2.2.2.2;

1.1.2.2.2.2
date	2012.11.17.08.48.05;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/sys/modules/netmap/Makefile 236256 2012-05-29 19:55:07Z luigi $
#
# Compile netmap as a module, useful if you want a netmap bridge
# or loadable drivers.

.PATH: ${.CURDIR}/../../dev/netmap
.PATH.h: ${.CURDIR}/../../net
KMOD	= netmap
SRCS	= device_if.h bus_if.h opt_netmap.h
SRCS	+= netmap.c netmap.h netmap_kern.h

netmap.o: netmap_mem2.c

.include <bsd.kmod.mk>
@


1.1
log
@SVN rev 236256 on 2012-05-29 19:55:07Z by luigi

add support to build netmap as a module,
but for the time being keep it disconnected from the main build.

MFC after:	3 days
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1.2.1
log
@file Makefile was added on branch RELENG_9 on 2012-06-03 17:52:05 +0000
@
text
@d1 14
@


1.1.2.2
log
@SVN rev 236519 on 2012-06-03 17:51:53Z by luigi

MFC: let netmap build as a module (but do not connect to the main build yet)
@
text
@a0 14
# $FreeBSD$
#
# Compile netmap as a module, useful if you want a netmap bridge
# or loadable drivers.

.PATH: ${.CURDIR}/../../dev/netmap
.PATH.h: ${.CURDIR}/../../net
KMOD	= netmap
SRCS	= device_if.h bus_if.h opt_netmap.h
SRCS	+= netmap.c netmap.h netmap_kern.h

netmap.o: netmap_mem2.c

.include <bsd.kmod.mk>
@


1.1.2.3
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242902
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242902 | dteske | 2012-11-11 23:29:45 +0000 (Sun, 11 Nov 2012) | 10 lines
## SVN ##
## SVN ## Fix a regression introduced by SVN r211417 that saw the breakage of a feature
## SVN ## documented in usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):
## SVN ##
## SVN ## If /usr/sbin/sysinstall is linked to another filename, say
## SVN ## `/usr/local/bin/configPackages', then the basename will be used
## SVN ## as an implicit command name.
## SVN ##
## SVN ## Reviewed by:	adrian (co-mentor)
## SVN ## Approved by:	adrian (co-mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/netmap/Makefile 236519 2012-06-03 17:51:53Z luigi $
@


1.1.2.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/262153
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/netmap/Makefile 262153 2014-02-18 05:58:36Z luigi $
a7 1
CFLAGS += -I${.CURDIR}/../../
d11 2
a12 7
SRCS	+= netmap_mem2.c netmap_mem2.h
SRCS	+= netmap_generic.c
SRCS	+= netmap_mbq.c netmap_mbq.h
SRCS	+= netmap_vale.c
SRCS	+= netmap_freebsd.c
SRCS	+= netmap_offloadings.c
SRCS	+= netmap_pipe.c
@


1.1.2.2.2.1
log
@SVN rev 239080 on 2012-08-05 23:54:33Z by kensmith

Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.

Approved by:	re (implicit)
@
text
@@


1.1.2.2.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/9.1/sys/modules/netmap/Makefile 236519 2012-06-03 17:51:53Z luigi $
@


