freebsd-dev/libexec/Makefile

49 lines
588 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 6/4/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-27 12:39:25 +00:00
SUBDIR= atrun \
bootpd \
comsat \
fingerd \
ftpd \
getNAME \
getty \
makekey \
mknetid \
pppoed \
pt_chown \
rbootd \
revnetgroup \
rexecd \
rlogind \
rpc.rquotad \
rpc.rstatd \
rpc.rusersd \
rpc.rwalld \
rpc.sprayd \
rshd \
save-entropy \
talkd \
tcpd \
telnetd \
tftpd \
ypxfr
.if !defined(NOPIC)
SUBDIR+=rtld-elf
.endif
1999-11-30 06:23:04 +00:00
.if !defined(NO_BIND)
SUBDIR+=named-xfer
.endif
.if !defined(NO_SENDMAIL)
SUBDIR+=mail.local smrsh
.endif
.if defined(WANT_LUKEMFTPD)
SUBDIR+=lukemftpd
.endif
1994-05-27 12:39:25 +00:00
.include <bsd.subdir.mk>