diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-03 13:30:35 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-03 14:04:21 -0800 |
commit | 544fdd35917c75f5ba4383eb2c63668f6892f8a4 (patch) | |
tree | 21fa88cc34c100ae7b33bd898c0deb62d1805f0f /Makefile.am | |
parent | cc8293134a084fe7407444b1b84f7e5d0edaf192 (diff) | |
download | vyatta-cfg-544fdd35917c75f5ba4383eb2c63668f6892f8a4.tar.gz vyatta-cfg-544fdd35917c75f5ba4383eb2c63668f6892f8a4.zip |
Move modprobe.d/no-copybreak to vyatta-cfg-system package
It is really part of interfaces not vyatta-cfg
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 41d37af..f483abe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,6 @@ share_perl5dir = /opt/vyatta/share/perl5/Vyatta completiondir = /etc/bash_completion.d initddir = /etc/init.d defaultdir = /etc/default -modprobedir = /etc/modprobe.d etc_shell_leveldir = $(sysconfdir)/shell/level dhcphookdir = /etc/dhcp3/dhclient-exit-hooks.d @@ -13,7 +12,6 @@ AM_LFLAGS = --prefix=yy_`basename $* .l`_ -olex.yy.c completion_SCRIPTS = etc/bash_completion.d/20vyatta-cfg initd_SCRIPTS = etc/init.d/vyatta-router dhcphook_SCRIPTS = scripts/vyatta-dhclient-hook -modprobe_DATA = etc/modprobe.d/no-copybreak.conf lib_LTLIBRARIES = src/libvyatta-cfg.la src_libvyatta_cfg_la_LIBADD = /usr/lib/libglib-2.0.la |