diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2007-09-07 07:28:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2007-09-07 07:28:03 +0000 |
commit | f1e147b06e143c36ddc023f5297e3d5a15852466 (patch) | |
tree | 9f3272d10e677ac3a822943c7b5f1b0bf1eccce0 /Makefile | |
parent | efcd98845f1e6888ebcd6a55c70206c517b234aa (diff) | |
download | alpine-conf-f1e147b06e143c36ddc023f5297e3d5a15852466.zip |
added albootstrap, setup-keymap and replaced setup-problem-reporting with setup-sendbug
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,4 @@ -V=0.9 +V=1.0 P=alpine-conf PV=$(P)-$(V) APKF=$(PV).apk @@ -7,15 +7,17 @@ PREFIX=/usr/local TMP=$(PV) LIB_FILES=libalpine.sh -SBIN_FILES=lbu\ +SBIN_FILES=albootstrap\ + lbu\ setup-ads\ setup-alpine\ setup-cryptswap\ setup-dns\ setup-hostname\ setup-interfaces\ + setup-keymap\ setup-mta\ - setup-problem-reporting\ + setup-sendbug\ setup-webconf\ update-conf EXTRA_DIST=Makefile README |