aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThan Ngo <than@redhat.com>2001-06-21 15:39:30 +0000
committerThan Ngo <than@redhat.com>2001-06-21 15:39:30 +0000
commit8c7aa30b676ee7a9c6de4449c9b5f2319cf71739 (patch)
treee563a36ea0ce32613c973a01dc1666ca72a9ee87 /Makefile
parent31d016a1a891e6092d922e8f36d74e1233e067cd (diff)
downloadinitscripts-8c7aa30b676ee7a9c6de4449c9b5f2319cf71739.tar
initscripts-8c7aa30b676ee7a9c6de4449c9b5f2319cf71739.tar.gz
initscripts-8c7aa30b676ee7a9c6de4449c9b5f2319cf71739.tar.bz2
initscripts-8c7aa30b676ee7a9c6de4449c9b5f2319cf71739.tar.xz
initscripts-8c7aa30b676ee7a9c6de4449c9b5f2319cf71739.zip
- add support isdn
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3cbac3a7..befd1b7c 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,8 @@ install:
mv $(ROOT)/etc/sysconfig/network-scripts/ifup $(ROOT)/sbin
mv $(ROOT)/etc/sysconfig/network-scripts/ifdown $(ROOT)/sbin
(cd $(ROOT)/etc/sysconfig/network-scripts; \
+ ln -sf ifup-ippp ifup-isdn ; \
+ ln -sf ifdown-ippp ifdown-isdn ; \
ln -sf ../../../sbin/ifup . ; \
ln -sf ../../../sbin/ifdown . )
(cd src; make install ROOT=$(ROOT) mandir=$(mandir))