mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
7 lines
77 B
Makefile
7 lines
77 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/pty
|
|
|
|
KMOD= pty
|
|
SRCS= pty.c
|
|
|
|
.include <bsd.kmod.mk>
|