mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
9 lines
92 B
Makefile
9 lines
92 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/pty
|
||
|
|
|
||
|
|
KMOD= pty
|
||
|
|
SRCS= pty.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|