mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
226 B
Makefile
10 lines
226 B
Makefile
# $DragonFly: src/sys/dev/netif/et/Makefile,v 1.1 2007/10/12 14:12:42 sephe Exp $
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/et
|
|
|
|
KMOD= if_et
|
|
SRCS= if_et.c
|
|
SRCS+= bus_if.h pci_if.h device_if.h miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|