diff options
author | carlosg <carlosg> | 2003-12-29 00:17:58 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2003-12-29 00:17:58 +0000 |
commit | c834c4ca70d97db1c25f896cbb69f03aff4c260d (patch) | |
tree | 7df7f7f0b40955e07686efd759fcc548bbec34d7 /Makefile.am | |
parent | 693023bfc67c5bef469b5a8fee5c300fa5e15908 (diff) |
2003-12-29 Carlos Garnacho Parro <garnacho@tuxerver.net>
* Makefile.am, configure.in, boot-conf.in, boot.pl.in: added
yaboot support
* boot-yaboot.pl.in: added
* boot-lilo.pl.in: fixed a little bug
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0a5278b..ca2b031 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ perl_libs = \ boot.pl \ boot-grub.pl \ boot-lilo.pl \ + boot-yaboot.pl \ dhcpd.pl \ debug.pl \ file.pl \ |