mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
Remove all sparc64 specific files Remove all sparc64 ifdefs Removee indireeect sparc64 ifdefs
9 lines
157 B
Makefile
9 lines
157 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/hme
|
|
|
|
KMOD= if_hme
|
|
SRCS= bus_if.h device_if.h if_hme.c if_hme_pci.c miibus_if.h
|
|
SRCS+= pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|