aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/tty
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-09-07 01:33:02 +0000
committerJason Evans <jasone@FreeBSD.org>2000-09-07 01:33:02 +0000
commit0384fff8c5b098545c3db311b0e0aa1ec4c9ae7e (patch)
treebc6e36e781569f3efe04995c0b0befebb9154ef5 /sys/modules/netgraph/tty
parent62ae6c89ad2b03770097d05590093f93b9d94e08 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph/tty')
-rw-r--r--sys/modules/netgraph/tty/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/netgraph/tty/Makefile b/sys/modules/netgraph/tty/Makefile
index 824b08285bf1..3ee6198eff83 100644
--- a/sys/modules/netgraph/tty/Makefile
+++ b/sys/modules/netgraph/tty/Makefile
@@ -2,7 +2,8 @@
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
KMOD= ng_tty
-SRCS= ng_tty.c
+SRCS= ng_tty.c device_if.h bus_if.h pci_if.h
+MFILES= kern/device_if.m kern/bus_if.m pci/agp_if.m pci/pci_if.m
NOMAN=
.include <bsd.kmod.mk>