blob: 75a7c2acd8e5aeadfab3acf9b915bd5bcd2a17e8 (
plain)
1
2
3
4
5
6
7
8
|
EXTRA_DIST = networkmanager.in
DISTCLEANFILES = networkmanager
# Nowadays, NetworkManager support is built-in to the SUSE networking
# subsystem, therefore a SUSE machine does not want these scripts. Uncomment
# this if you actually want external initscripts, such as SUSE 10.0 or earlier.
#initddir = $(sysconfdir)/init.d
#initd_SCRIPTS = networkmanager
|