Cleaning up bootmanager :
[bootmanager.git] / support-files / Makefile
1 #
2 # Build bootstrap tarballs. The alpina-* files are deprecated and are
3 # only included for historical purposes. Version 2 BootCDs still
4 # require them; Version 3 BootCDs come with the tools pre-installed.
5 #
6 # Aaron Klingaman <alk@absarokasoft.com>
7 # Mark Huang <mlhuang@cs.princeton.edu>
8 # Copyright (C) 2005 The Trustees of Princeton University
9 #
10 # $Id: Makefile,v 1.3 2005/09/02 20:24:58 mlhuang Exp $
11
12
13 all:    PlanetLab-Bootstrap.tar.bz2
14
15 PlanetLab-Bootstrap.tar.bz2:
16         ./buildnode.sh
17
18 clean:
19         rm -f PlanetLab-Bootstrap.tar.bz2