]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/network-scripts/Makefile.am
- static arp per interface support
[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 = \
de1fc6ce 14 ifdown-br \
7e04fe0e 15 ifdown-ppp \
75af5e2d 16 ifdown-post \
7e04fe0e 17 ifdown-sl \
7e04fe0e 18 ifup-aliases \
de1fc6ce 19 ifup-br \
7e04fe0e 20 ifup-ipx \
eaf1d53a 21 ifup-neigh \
7e04fe0e 22 ifup-plip \
23 ifup-post \
24 ifup-ppp \
25 ifup-routes \
8d5c70a1 26 ifup-sl
7e04fe0e 27
baa6b418
AM
28networkscripts_DATA = \
29 functions.network
30
7e04fe0e 31#SUBDIRS = data
32
33interfacesdir = @sysconfigdir@/interfaces
34
35interfaces_DATA =
36
37EXTRA_DIST = \
38 $(interfaces_DATA) \
39 $(sbin_SCRIPTS) \
baa6b418
AM
40 $(networkscripts_SCRIPTS) \
41 $(networkscripts_DATA)
42
This page took 0.083443 seconds and 4 git commands to generate.