1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/sys/modules/gx/Makefile
2001-10-19 02:21:16 +00:00

9 lines
147 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/gx
KMOD= if_gx
SRCS= if_gx.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
.include <bsd.kmod.mk>