27 lines
1.5 KiB
Makefile
27 lines
1.5 KiB
Makefile
openmamba-devel: openmamba-milestone1-devel
|
|
openmamba-milestone1-devel: rpm gcc gcc-c++ gcc-cpp make
|
|
openmamba-debug: openmamba-milestone1-debug
|
|
openmamba-milestone1-debug: strace valgrind gdb minicom openssh-server dhcp-client rpm iputils openssh-clients \
|
|
diffutils Mesa-tools kbd mc bootchart apt openmamba-release
|
|
openmamba-base: openmamba-milestone1-base
|
|
openmamba-milestone1-base: filesystem gzip texinfo ldconfig bash libreadline glibc \
|
|
libncurses initscripts setup coreutils rootfiles chkconfig splashutils \
|
|
udev suspend ttf-freefont libpython libgpm debianutils
|
|
openmamba-commontools: openmamba-milestone1-commontools
|
|
openmamba-milestone1-commontools: sysvinit util-linux-ng module-init-tools \
|
|
procps sed grep net-tools ncurses tar bzip2 unzip zip pciutils \
|
|
libcrack libcrack-dicts pam shadow-common pwdutils acpid mingetty \
|
|
net-tools syslinux prelink mc dhcp-client timezone nfs-utils \
|
|
wireless_tools wpa_supplicant apt openmamba-release grub2 openssh-clients \
|
|
dosfstools man mbr iptables cups vim iputils sudo postplug xinetd less \
|
|
reiserfsprogs ppp ipw2100-firmware ipw2200-firmware zd1211-firmware \
|
|
rt2501-firmware b43-fwcutter mdadm eciadsl \
|
|
rp-pppoe-gui ndiswrapper slmodem usbutils ftp telnet eject \
|
|
tcpdump pcmcia-utils xdg-utils iproute
|
|
openmamba-advanced: openmamba-milestone1-advanced
|
|
openmamba-milestone1-advanced: hdparm hibernate
|
|
|
|
ifdef PLATFORM
|
|
include $(TARGETSDIR)/$(TARGET)/platforms/$(PLATFORM)/Makefile
|
|
endif
|