ba49a155b5
This patch introduces a framebuffer to Minix. It's written for the ARM port of Minix, but has an architectural split that separates the hardware dependent part from the non-hardware dependent part. Futhermore, this driver was developed using a screen that has a native resolution of 1024x600 pixels and having lack of support for obtaining EDID from the screen. Consequently, it uses a hardcoded resolution of 1024x600. The driver uses an interface based on the Linux ioctl API, but supports only a very limited subset.
41 lines
1.4 KiB
Makefile
41 lines
1.4 KiB
Makefile
# Makefile for commands.
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= add_route arp ash at backup banner basename btrace cal \
|
|
cawf cd cdprobe cpp \
|
|
chmod chown ci cleantmp cmp co \
|
|
comm compress cp crc cron crontab cut \
|
|
dd decomp16 DESCRIBE devmand devsize df dhcpd \
|
|
dhrystone diff dirname diskctl dumpcore \
|
|
eject env expand factor fbdctl \
|
|
find finger fingerd fix fold format fortune fsck.mfs \
|
|
ftp101 gcore gcov-pull getty grep head hexdump host \
|
|
hostaddr id ifconfig ifdef \
|
|
intr ipcrm ipcs irdpd isoread last \
|
|
less loadkeys loadramdisk logger look lp \
|
|
lpd lspci mail MAKEDEV \
|
|
mesg mined mkfifo \
|
|
mount mt netconf nice acknm nohup \
|
|
nonamed od paste patch \
|
|
ping postinstall poweroff pr prep printroot \
|
|
profile progressbar pr_routes ps pwdauth \
|
|
ramdisk rarpd rawspeed rcp rdate readclock \
|
|
reboot remsync rev rget rlogin \
|
|
rotate rsh rshd service setup shar acksize \
|
|
sleep slip spell split sprofalyze sprofdiff srccrc \
|
|
stty svclog svrctl swifi synctree sysenv \
|
|
syslogd tail tcpd tcpdp tcpstat tee telnet \
|
|
telnetd term termcap tget time touch tr \
|
|
truncate tty udpstat umount uname unexpand \
|
|
unstack update uud uue version vol wc \
|
|
whereis which who write writeisofs fetch \
|
|
xargs yes zdump zmodem pkgin_cd pkgin_all \
|
|
worldstone updateboot update_bootcfg
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR+= atnormalize dosread fdisk loadfont \
|
|
autopart part partition playwave \
|
|
recwave repartition screendump
|
|
.endif
|
|
.include <bsd.subdir.mk>
|