freebsd_amp_hwpstate/libexec/Makefile

29 lines
639 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1996-01-23 02:23:20 +00:00
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
1996-06-25 20:32:30 +00:00
mail.local makekey mknetid revnetgroup rexecd rlogind rpc.rquotad \
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
xtend ypxfr
.if !exists(../secure) || defined(NOSECURE)
SUBDIR+=telnetd
.else
.if defined(RELEASEDIR)
# make release needs both
SUBDIR+=telnetd
.endif
SUBDIR+= ../secure/libexec/telnetd
.endif
1994-05-27 12:39:25 +00:00
# Present but disabled: kpasswdd
1994-05-27 12:39:25 +00:00
.if ${MACHINE} == "hp300"
SUBDIR+=rbootd
.elif ${MACHINE} == "i386"
SUBDIR+=rbootd
1994-05-27 12:39:25 +00:00
.elif ${MACHINE} == "luna68k"
SUBDIR+=rbootd
.endif
.include <bsd.subdir.mk>