mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
7 lines
89 B
Makefile
7 lines
89 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/aac
|
|
|
|
KMOD= aac_linux
|
|
SRCS= aac_linux.c
|
|
|
|
.include <bsd.kmod.mk>
|