Makefile (2524b7dfb0df7e37ea9651559ce6c027b006e2a9) | Makefile (a42d6f76018e4ed8324e319ab48aac904bda437c) |
---|---|
1.include <src.opts.mk> 2 3.include <bsd.compat.pre.mk> 4 5SUBDIR= ${_atf} \ 6 ${_atrun} \ 7 ${_blacklistd-helper} \ 8 ${_comsat} \ --- 13 unchanged lines hidden (view full) --- 22 rpc.rquotad \ 23 rpc.rstatd \ 24 rpc.rusersd \ 25 rpc.rwalld \ 26 rpc.sprayd \ 27 ${_rshd} \ 28 ${_rtld-elf} \ 29 save-entropy \ | 1.include <src.opts.mk> 2 3.include <bsd.compat.pre.mk> 4 5SUBDIR= ${_atf} \ 6 ${_atrun} \ 7 ${_blacklistd-helper} \ 8 ${_comsat} \ --- 13 unchanged lines hidden (view full) --- 22 rpc.rquotad \ 23 rpc.rstatd \ 24 rpc.rusersd \ 25 rpc.rwalld \ 26 rpc.sprayd \ 27 ${_rshd} \ 28 ${_rtld-elf} \ 29 save-entropy \ |
30 ${_nuageinit} \ |
|
30 ${_smrsh} \ 31 ${_tests} \ 32 ${_tftp-proxy} \ 33 ulog-helper \ 34 ${_ypxfr} 35 36.if ${MK_AT} != "no" 37_atrun= atrun --- 76 unchanged lines hidden (view full) --- 114SUBDIR+= tftpd 115.endif 116 117.if ${MK_TESTS} != "no" 118_atf= atf 119_tests= tests 120.endif 121 | 31 ${_smrsh} \ 32 ${_tests} \ 33 ${_tftp-proxy} \ 34 ulog-helper \ 35 ${_ypxfr} 36 37.if ${MK_AT} != "no" 38_atrun= atrun --- 76 unchanged lines hidden (view full) --- 115SUBDIR+= tftpd 116.endif 117 118.if ${MK_TESTS} != "no" 119_atf= atf 120_tests= tests 121.endif 122 |
123.if ${MK_NUAGEINIT} != "no" 124_nuageinit= nuageinit 125.endif 126 |
|
122.include <bsd.arch.inc.mk> 123 124.include <bsd.subdir.mk> | 127.include <bsd.arch.inc.mk> 128 129.include <bsd.subdir.mk> |