mirror of
https://github.com/opnsense/src.git
synced 2026-07-07 16:21:05 -04:00
parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re
20 lines
485 B
Text
20 lines
485 B
Text
#
|
|
# $FreeBSD$
|
|
#
|
|
# makefile dependencies for doxygen tag files
|
|
#
|
|
|
|
$(.OBJDIR)/dev_sound/dev_sound.tag: $(.OBJDIR)/dev_pci/dev_pci.tag \
|
|
$(.OBJDIR)/dev_usb/dev_usb.tag \
|
|
$(.OBJDIR)/ac97_if.h \
|
|
$(.OBJDIR)/channel_if.h \
|
|
$(.OBJDIR)/feeder_if.h \
|
|
$(.OBJDIR)/mixer_if.h
|
|
|
|
$(.OBJDIR)/dev_usb/dev_usb.tag: $(.OBJDIR)/dev_pci/dev_pci.tag \
|
|
$(.OBJDIR)/usb_if.h
|
|
|
|
$(.OBJDIR)/dev_pci/dev_pci.tag: $(.OBJDIR)/pci_if.h \
|
|
$(.OBJDIR)/pcib_if.h \
|
|
$(.OBJDIR)/bus_if.h
|
|
|