mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/ppbus
|
|
KMOD= lpt
|
|
SRCS= bus_if.h device_if.h ppbus_if.h \
|
|
opt_lpt.h \
|
|
lpt.c
|
|
|
|
.include <bsd.kmod.mk>
|