blob: 509298acbfd0a83b0379e1f37af06aff3c16c3e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# $OpenBSD: Makefile,v 1.84 2001/07/30 21:56:10 deraadt Exp $
# not yet done: catman
.include <bsd.own.mk>
SUBDIR= ac accton adduser altq amd arp bootpd bootpgw bootpef bootptest \
chroot config cron dev_mkdb dhcp \
edquota gspa httpd inetd iostat \
kgmon kvm_mkdb lpr \
mailwrapper mopd mtree named \
netgroup_mkdb openssl pkg pkg_install portmap ppp pppd pppoe \
pstat pwd_mkdb quot quotaon rarpd rbootd rdconfig rdate repquota rmt \
rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \
sa sesd sliplogin slstats spppcontrol spray \
syslogd tcpdump timed tokenadm tokeninit traceroute trpt trsp \
usbdevs user vipw vnconfig wsmoused zdump zic
# LICENSING ISSUES:
# mrouted mrinfo mtrace map-mbone
# IPv6
SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold traceroute6
# Arch dependent tools, with manpages
SUBDIR+=iteconfig grfconfig videomode
SUBDIR+=bad144 apm apmd fdformat memconfig
SUBDIR+=eeprom screenblank grfinfo hilinfo
SUBDIR+=wsconscfg wsfontload
.if (${AFS:L} == "yes")
SUBDIR+=afs
.endif
.if (${YP:L} == "yes")
SUBDIR+=ypbind yppoll ypset ypserv
.endif
.include <bsd.subdir.mk>
|