mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/age
|
||
|
|
||
|
KMOD= if_age
|
||
|
SRCS= if_age.c device_if.h bus_if.h pci_if.h miibus_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|