]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/network-scripts/Makefile.am
added abilities for setup static RARP table by
[projects/rc-scripts.git] / sysconfig / network-scripts / Makefile.am
CommitLineData
7e04fe0e 1@SET_MAKE@
2
3libdir = @libdir@
4
5sbin_SCRIPTS = \
7e04fe0e 6 ifdown \
8d5c70a1
AF
7 ifup \
8 tnldown \
9 tnlup
10
11networkscriptsdir = @networkscriptsdir@
12
13networkscripts_SCRIPTS = \
7e04fe0e 14 ifdown-ppp \
75af5e2d 15 ifdown-post \
7e04fe0e 16 ifdown-sl \
7e04fe0e 17 ifup-aliases \
18 ifup-ipx \
19 ifup-plip \
20 ifup-post \
21 ifup-ppp \
22 ifup-routes \
8d5c70a1 23 ifup-sl
7e04fe0e 24
25#SUBDIRS = data
26
27interfacesdir = @sysconfigdir@/interfaces
28
29interfaces_DATA =
30
31EXTRA_DIST = \
32 $(interfaces_DATA) \
33 $(sbin_SCRIPTS) \
8d5c70a1 34 $(networkscripts_SCRIPTS)
This page took 0.074756 seconds and 4 git commands to generate.