diff options
author | gdt <gdt> | 2004-08-27 17:57:35 +0200 |
---|---|---|
committer | gdt <gdt> | 2004-08-27 17:57:35 +0200 |
commit | 69f1fc22f70b4baed62582cbaaefaf374665791c (patch) | |
tree | 27c18783fb335758e2008533ec8980316ef57862 /Makefile.am | |
parent | Brown paperbag, please. Don't segfault if VTYSH_PAGER isn't defined. (diff) | |
download | frr-69f1fc22f70b4baed62582cbaaefaf374665791c.tar.xz frr-69f1fc22f70b4baed62582cbaaefaf374665791c.zip |
Add start/stop scripts for the rc.d framework used by
pkgsrc (NetBSD and others). Contributed by Miles Nordin.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 91b296412..f141f573a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,14 @@ ## Process this file with automake to produce Makefile.in. SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ - @ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc + @ISISD@ @VTYSH@ @OSPFCLIENT@ pkgsrc redhat doc DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \ - isisd vtysh ospfclient doc redhat tests + isisd vtysh ospfclient doc pkgsrc redhat tests EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ vtysh/Makefile.am update-autotools \ tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \ tools/zebra.el m4 - ACLOCAL_AMFLAGS = -I m4 |