head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.04.30.00.35.21;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/250079
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/sys/modules/ntb/if_ntb/Makefile 250079 2013-04-29 22:48:53Z carl $

.PATH:  ${.CURDIR}/../../../dev/ntb/if_ntb

KMOD    = if_ntb
SRCS    = if_ntb.c
SRCS += device_if.h bus_if.h pci_if.h

.include <bsd.kmod.mk>
@
