freebsd-dev/sys/modules/age/Makefile

9 lines
137 B
Makefile
Raw Normal View History

2008-05-19 01:53:47 +00:00
# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/age
2008-05-19 01:53:47 +00:00
KMOD= if_age
SRCS= if_age.c device_if.h bus_if.h pci_if.h miibus_if.h
.include <bsd.kmod.mk>