]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
Fix uucico path
[FreeBSD/FreeBSD.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2
3 SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \
4         mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \
5         rpc.rwalld rshd talkd telnetd tftpd uucpd xtend
6
7 # Present but disabled: kpasswdd
8
9 .if     ${MACHINE} == "hp300"
10 SUBDIR+=rbootd
11 .elif   ${MACHINE} == "i386"
12 SUBDIR+=rbootd
13 .elif   ${MACHINE} == "luna68k"
14 SUBDIR+=rbootd
15 .endif
16
17 .include <bsd.subdir.mk>