diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-20 22:08:37 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-20 22:08:37 +0000 |
commit | a284d70b59c11c06960052fc39a699493f898854 (patch) | |
tree | 6447b860dad6dd3a463547fa048a4c635d8864c8 /Makefile | |
parent | 8d84ad35cf400a534514f53ad6e434d6a5e29098 (diff) | |
download | busybox-w32-a284d70b59c11c06960052fc39a699493f898854.tar.gz busybox-w32-a284d70b59c11c06960052fc39a699493f898854.tar.bz2 busybox-w32-a284d70b59c11c06960052fc39a699493f898854.zip |
Fixed up copyright notices and such
git-svn-id: svn://busybox.net/trunk/busybox@49 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,6 +1,23 @@ | |||
1 | # Makefile for busybox | ||
2 | # | ||
3 | # This program is free software; you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation; either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
11 | # General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program; if not, write to the Free Software | ||
15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
16 | # | ||
17 | |||
1 | 18 | ||
2 | PROG=busybox | 19 | PROG=busybox |
3 | VERSION=0.29alpha1 | 20 | VERSION=0.30 |
4 | BUILDTIME=$(shell date "+%Y%m%d-%H%M") | 21 | BUILDTIME=$(shell date "+%Y%m%d-%H%M") |
5 | 22 | ||
6 | # Comment out the following to make a debuggable build | 23 | # Comment out the following to make a debuggable build |