mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
16 lines
366 B
Makefile
16 lines
366 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
SUBDIR= bugfiler comsat fingerd ftpd getNAME getty lfs_cleanerd \
|
|
mail.local makekey rexecd rlogind rshd talkd telnetd tftpd uucpd
|
|
|
|
# Present but disabled: kpasswdd
|
|
|
|
.if ${MACHINE} == "hp300"
|
|
SUBDIR+=rbootd
|
|
.elif ${MACHINE} == "i386"
|
|
SUBDIR+=rbootd
|
|
.elif ${MACHINE} == "luna68k"
|
|
SUBDIR+=rbootd
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|