[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin

File: [local] / src / usr.sbin / Makefile (download)

Revision 1.114, Fri Jan 14 22:39:35 2005 UTC (19 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.113: +2 -2 lines

Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.

Main features:
- MI hil drivers, allowing live plug/unplug of devices, and the keyboard
  does not need to be at id 1 anymore.
- SGC bus support on 4xx models. SGC frame buffers are supported too, but
  not as console, though you can use them as a regular glass terminal if
  you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4)
  fix to be commited.
- HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed.

X11 support is currently broken by these changes; X.org X11R6 support will
be available very soon.

Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other,
older frame buffers (davinci, gatorbox and renaissance) could not been tested
but should work; please report any regression.

#	$OpenBSD: Makefile,v 1.114 2005/01/14 22:39:35 miod Exp $

.include <bsd.own.mk>

SUBDIR=	ac accton adduser amd arp authpf bgpctl bgpd bind chroot \
	config cron dev_mkdb dhcpd dhcrelay edquota hotplugd httpd \
	inetd iostat kgmon kvm_mkdb lpr mailwrapper mopd mtree mrouted \
	mrinfo mtrace map-mbone netgroup_mkdb ntpd openssl pkg_add \
	popa3d portmap ppp pppd pppoe procmap pstat pwd_mkdb quot \
	quotaon rarpd rbootd rdconfig rdate repquota rmt rpc.bootparamd \
	rpc.lockd rwhod sa sensorsd sesd sliplogin slstats spamdb \
	spppcontrol spray syslogc syslogd tcpdrop tcpdump timed \
	tokenadm tokeninit traceroute trpt usbdevs user vipw vnconfig \
	wsmoused zdump zic

# IPv6
SUBDIR+=faithd ndp rip6query route6d rtadvd rtsold traceroute6

# Arch dependent tools, with manpages
SUBDIR+=bad144 apm apmd fdformat memconfig
SUBDIR+=eeprom gpioctl hotplugd
SUBDIR+=wsconscfg wsfontload

# Extended Attribute tools
SUBDIR+=extattrctl setextattr getextattr

.if (${AFS:L} == "yes")
SUBDIR+=afs
.endif

.if (${YP:L} == "yes")
SUBDIR+=ypbind yppoll ypset ypserv
.endif

.include <bsd.subdir.mk>