Makefile (0269ae4c19ad779b43b0d6e2416ac7386945d692) Makefile (73577bf01de5c4677dc54d97f93310286c254780)
1# $FreeBSD$
2#
3# Doing a make install builds /usr/share/examples
4
5.include <src.opts.mk>
6
7PACKAGE=examples
8FILESDIR= ${SHAREDIR}/examples
9
10LDIRS= BSD_daemon \
11 FreeBSD_version \
12 IPv6 \
13 bootforth \
14 csh \
15 diskless \
16 drivers \
17 etc \
18 find_interface \
1# $FreeBSD$
2#
3# Doing a make install builds /usr/share/examples
4
5.include <src.opts.mk>
6
7PACKAGE=examples
8FILESDIR= ${SHAREDIR}/examples
9
10LDIRS= BSD_daemon \
11 FreeBSD_version \
12 IPv6 \
13 bootforth \
14 csh \
15 diskless \
16 drivers \
17 etc \
18 find_interface \
19 flua \
19 indent \
20 ipfw \
21 jails \
22 kld \
23 libvgl \
24 mdoc \
25 netgraph \
26 perfmon \

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

93 make.conf
94
95SE_DIRS+= find_interface
96SE_FIND_INTERFACE= \
97 Makefile \
98 README \
99 find_interface.c
100
20 indent \
21 ipfw \
22 jails \
23 kld \
24 libvgl \
25 mdoc \
26 netgraph \
27 perfmon \

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

94 make.conf
95
96SE_DIRS+= find_interface
97SE_FIND_INTERFACE= \
98 Makefile \
99 README \
100 find_interface.c
101
102SE_DIRS+= flua
103SE_FLUA= libjail.lua
104
101SE_DIRS+= indent
102SE_INDENT= indent.pro
103
104.if ${MK_IPFILTER} != "no"
105SUBDIR+= ipfilter
106.endif
107
108SE_DIRS+= ipfw

--- 293 unchanged lines hidden ---
105SE_DIRS+= indent
106SE_INDENT= indent.pro
107
108.if ${MK_IPFILTER} != "no"
109SUBDIR+= ipfilter
110.endif
111
112SE_DIRS+= ipfw

--- 293 unchanged lines hidden ---