Changeset View
Changeset View
Standalone View
Standalone View
head/etc/Makefile
| Show First 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | |||||
| .if ${MK_APM} != "no" | .if ${MK_APM} != "no" | ||||
| BIN1+= apmd.conf | BIN1+= apmd.conf | ||||
| .endif | .endif | ||||
| .if ${MK_AUTOFS} != "no" | .if ${MK_AUTOFS} != "no" | ||||
| BIN1+= auto_master | BIN1+= auto_master | ||||
| .endif | .endif | ||||
| .if ${MK_BLACKLIST_SUPPORT} != "no" | |||||
| BIN1+= blacklistd.conf | |||||
| .endif | |||||
| .if ${MK_FREEBSD_UPDATE} != "no" | .if ${MK_FREEBSD_UPDATE} != "no" | ||||
| BIN1+= freebsd-update.conf | BIN1+= freebsd-update.conf | ||||
| .endif | .endif | ||||
| .if ${MK_FTP} != "no" | .if ${MK_FTP} != "no" | ||||
| BIN1+= ftpusers | BIN1+= ftpusers | ||||
| .endif | .endif | ||||
| ▲ Show 20 Lines • Show All 371 Lines • Show Last 20 Lines | |||||