]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/tty/Makefile
Major update to the way synchronization is done in the kernel. Highlights
[FreeBSD/FreeBSD.git] / sys / modules / netgraph / tty / Makefile
1 # $FreeBSD$
2 # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
3
4 KMOD=           ng_tty
5 SRCS=           ng_tty.c device_if.h bus_if.h pci_if.h
6 MFILES=         kern/device_if.m kern/bus_if.m pci/agp_if.m pci/pci_if.m
7 NOMAN=
8
9 .include <bsd.kmod.mk>