Changeset View
Changeset View
Standalone View
Standalone View
head/etc/Makefile
Show All 16 Lines | BIN1= \ | ||||
hosts.allow \ | hosts.allow \ | ||||
login.access \ | login.access \ | ||||
rc.bsdextended \ | rc.bsdextended \ | ||||
rc.firewall \ | rc.firewall \ | ||||
termcap.small | termcap.small | ||||
# NB: keep these sorted by MK_* knobs | # NB: keep these sorted by MK_* knobs | ||||
.if ${MK_LPR} != "no" | |||||
BIN1+= hosts.lpd printcap | |||||
.endif | |||||
.if ${MK_OPENSSL} != "no" | .if ${MK_OPENSSL} != "no" | ||||
SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf | SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf | ||||
.endif | .endif | ||||
.if ${MK_SENDMAIL} != "no" | .if ${MK_SENDMAIL} != "no" | ||||
BIN1+= rc.sendmail | BIN1+= rc.sendmail | ||||
.endif | .endif | ||||
▲ Show 20 Lines • Show All 193 Lines • Show Last 20 Lines |