Changeset View
Changeset View
Standalone View
Standalone View
head/libexec/Makefile
| # @(#)Makefile 8.1 (Berkeley) 6/4/93 | # @(#)Makefile 8.1 (Berkeley) 6/4/93 | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| .include <src.opts.mk> | .include <src.opts.mk> | ||||
| SUBDIR= ${_atf} \ | SUBDIR= ${_atf} \ | ||||
| ${_atrun} \ | ${_atrun} \ | ||||
| ${_blacklistd-helper} \ | |||||
| ${_comsat} \ | ${_comsat} \ | ||||
| ${_dma} \ | ${_dma} \ | ||||
| getty \ | getty \ | ||||
| ${_mail.local} \ | ${_mail.local} \ | ||||
| ${_makewhatis.local} \ | ${_makewhatis.local} \ | ||||
| ${_mknetid} \ | ${_mknetid} \ | ||||
| ${_pppoed} \ | ${_pppoed} \ | ||||
| revnetgroup \ | revnetgroup \ | ||||
| Show All 10 Lines | SUBDIR= ${_atf} \ | ||||
| ${_telnetd} \ | ${_telnetd} \ | ||||
| ${_tests} \ | ${_tests} \ | ||||
| ${_tftp-proxy} \ | ${_tftp-proxy} \ | ||||
| ulog-helper \ | ulog-helper \ | ||||
| ${_ypxfr} | ${_ypxfr} | ||||
| .if ${MK_AT} != "no" | .if ${MK_AT} != "no" | ||||
| _atrun= atrun | _atrun= atrun | ||||
| .endif | |||||
| .if ${MK_BLACKLIST_SUPPORT} != "no" | |||||
| _blacklistd-helper+= blacklistd-helper | |||||
| .endif | .endif | ||||
| .if ${MK_BOOTPD} != "no" | .if ${MK_BOOTPD} != "no" | ||||
| SUBDIR+= bootpd | SUBDIR+= bootpd | ||||
| .endif | .endif | ||||
| .if ${MK_FINGER} != "no" | .if ${MK_FINGER} != "no" | ||||
| SUBDIR+= fingerd | SUBDIR+= fingerd | ||||
| ▲ Show 20 Lines • Show All 73 Lines • Show Last 20 Lines | |||||