98 lines
2.1 KiB
Makefile
98 lines
2.1 KiB
Makefile
# $NetBSD: Makefile,v 1.36 1998/09/05 20:20:03 frueauf Exp $
|
|
# FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp
|
|
#
|
|
|
|
.include "../mk/bsd.prefs.mk"
|
|
|
|
SUBDIR += archie
|
|
SUBDIR += arpwatch
|
|
# SUBDIR += ascend-radius
|
|
# SUBDIR += bb
|
|
SUBDIR += bing
|
|
# SUBDIR += cap
|
|
# SUBDIR += cvsup
|
|
# SUBDIR += cvsup-mirror
|
|
# SUBDIR += delegate
|
|
# SUBDIR += dgd
|
|
# SUBDIR += dgd-lpmud
|
|
# SUBDIR += dgd-net
|
|
SUBDIR += dip
|
|
# SUBDIR += echoping
|
|
# SUBDIR += fping
|
|
# SUBDIR += freewais-sf
|
|
# SUBDIR += fspclient
|
|
# SUBDIR += ftpsearch
|
|
# SUBDIR += ftptool
|
|
SUBDIR += gated
|
|
# SUBDIR += gnu-finger
|
|
# SUBDIR += gopher
|
|
SUBDIR += icb
|
|
# SUBDIR += icmpinfo
|
|
# SUBDIR += irc
|
|
SUBDIR += ircII
|
|
# SUBDIR += ircii-epic
|
|
# SUBDIR += isc-dhcp
|
|
# SUBDIR += ivs
|
|
SUBDIR += kdenetwork
|
|
# SUBDIR += ldap
|
|
# SUBDIR += libsocket++
|
|
SUBDIR += mirror
|
|
# SUBDIR += mpd
|
|
SUBDIR += mrtg
|
|
# SUBDIR += moxftp
|
|
# SUBDIR += ncftp
|
|
SUBDIR += ncftp2
|
|
SUBDIR += nocol
|
|
# SUBDIR += netatalk
|
|
# SUBDIR += netcat
|
|
SUBDIR += ntop
|
|
# SUBDIR += p5-Archie
|
|
SUBDIR += p5-Net
|
|
# SUBDIR += p5-Net-DNS
|
|
# SUBDIR += p5-Net-Whois
|
|
SUBDIR += p5-SNMP
|
|
# SUBDIR += pcnfsd
|
|
# SUBDIR += pmf
|
|
# SUBDIR += radius
|
|
# SUBDIR += ratoolset
|
|
SUBDIR += rdist6
|
|
# SUBDIR += ripetools
|
|
# SUBDIR += rmsg
|
|
# SUBDIR += rshell
|
|
SUBDIR += rsync
|
|
SUBDIR += rumba
|
|
# SUBDIR += rwhois
|
|
SUBDIR += samba
|
|
SUBDIR += scotty
|
|
SUBDIR += sirc
|
|
SUBDIR += sniffit
|
|
# SUBDIR += slirp
|
|
.ifdef USE_SOCKS
|
|
SUBDIR += socks${USE_SOCKS}
|
|
.else
|
|
SUBDIR += socks5
|
|
.endif
|
|
# SUBDIR += strobe
|
|
# SUBDIR += sup
|
|
# SUBDIR += tac_plus
|
|
SUBDIR += tcptrace
|
|
# SUBDIR += telnetx
|
|
# SUBDIR += tintin++
|
|
SUBDIR += tinyfugue
|
|
# SUBDIR += traceroute
|
|
# SUBDIR += trafshow
|
|
SUBDIR+= ttcp
|
|
SUBDIR += ucd-snmp
|
|
SUBDIR += vnc
|
|
# SUBDIR += wais
|
|
# SUBDIR += wide-dhcp
|
|
SUBDIR += wget
|
|
SUBDIR += wu-ftpd
|
|
SUBDIR += xarchie
|
|
# SUBDIR += xipmsg
|
|
# SUBDIR += yale-tftpd
|
|
# SUBDIR += ytalk
|
|
SUBDIR += zircon
|
|
SUBDIR += zephyr
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|