]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/pty/Makefile
Persistently store NIC's hardware MAC address, and add a way to retrive it
[FreeBSD/stable/10.git] / sys / modules / pty / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/pty
4
5 KMOD=   pty
6 SRCS=   pty.c
7
8 .include <bsd.kmod.mk>