Deleted Added
full compact
files (83998) files (84053)
1# $FreeBSD: head/sys/conf/files 83998 2001-09-26 23:50:17Z brooks $
1# $FreeBSD: head/sys/conf/files 84053 2001-09-27 21:54:27Z brooks $
2#
3# The long compile-with and dependency lines are required because of
4# limitations in config: backslash-newline doesn't work in strings, and
5# dependency lines other than the first are silently ignored.
6#
7aicasm optional ahc \
8 dependency "$S/dev/aic7xxx/aicasm/*.[chyl]" \
9 compile-with "${MAKE} -f $S/dev/aic7xxx/aicasm/Makefile MAKESRCPATH=$S/dev/aic7xxx/aicasm" \

--- 1018 unchanged lines hidden (view full) ---

1028netgraph/ng_cisco.c optional netgraph_cisco
1029netgraph/ng_echo.c optional netgraph_echo
1030netgraph/ng_ether.c optional netgraph_ether
1031netgraph/ng_frame_relay.c optional netgraph_frame_relay
1032netgraph/ng_gif.c optional netgraph_gif
1033netgraph/ng_gif_demux.c optional netgraph_gif_demux
1034netgraph/ng_hole.c optional netgraph_hole
1035netgraph/ng_iface.c optional netgraph_iface
2#
3# The long compile-with and dependency lines are required because of
4# limitations in config: backslash-newline doesn't work in strings, and
5# dependency lines other than the first are silently ignored.
6#
7aicasm optional ahc \
8 dependency "$S/dev/aic7xxx/aicasm/*.[chyl]" \
9 compile-with "${MAKE} -f $S/dev/aic7xxx/aicasm/Makefile MAKESRCPATH=$S/dev/aic7xxx/aicasm" \

--- 1018 unchanged lines hidden (view full) ---

1028netgraph/ng_cisco.c optional netgraph_cisco
1029netgraph/ng_echo.c optional netgraph_echo
1030netgraph/ng_ether.c optional netgraph_ether
1031netgraph/ng_frame_relay.c optional netgraph_frame_relay
1032netgraph/ng_gif.c optional netgraph_gif
1033netgraph/ng_gif_demux.c optional netgraph_gif_demux
1034netgraph/ng_hole.c optional netgraph_hole
1035netgraph/ng_iface.c optional netgraph_iface
1036netgraph/ng_ip_input.c optional netgraph_ip_input
1036netgraph/ng_ksocket.c optional netgraph_ksocket
1037netgraph/ng_lmi.c optional netgraph_lmi
1038netgraph/ng_mppc.c optional netgraph_mppc_compression
1039# The next two files (plus the header file net/mppc.h) are proprietary and
1040# must be obtained elsewhere in order to enable NETGRAPH_MPPC_COMPRESSION
1041net/mppcc.c optional netgraph_mppc_compression
1042net/mppcd.c optional netgraph_mppc_compression
1043netgraph/ng_mppc.c optional netgraph_mppc_encryption

--- 262 unchanged lines hidden ---
1037netgraph/ng_ksocket.c optional netgraph_ksocket
1038netgraph/ng_lmi.c optional netgraph_lmi
1039netgraph/ng_mppc.c optional netgraph_mppc_compression
1040# The next two files (plus the header file net/mppc.h) are proprietary and
1041# must be obtained elsewhere in order to enable NETGRAPH_MPPC_COMPRESSION
1042net/mppcc.c optional netgraph_mppc_compression
1043net/mppcd.c optional netgraph_mppc_compression
1044netgraph/ng_mppc.c optional netgraph_mppc_encryption

--- 262 unchanged lines hidden ---