mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
540122a1ed
Submitted by: jkh
17 lines
372 B
Makefile
17 lines
372 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
SUBDIR= atrun 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>
|