Makefile (c97fe77db346b866646f4b523906679d0252e425) | Makefile (152f2a4a96fd82ea013f6602e97ce3c2f0f46d08) |
---|---|
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93 2# $FreeBSD$ 3 4.include <bsd.own.mk> 5 6# XXX MISSING: mkproto 7SUBDIR= ac \ 8 accton \ --- 254 unchanged lines hidden (view full) --- 263_ypserv= ypserv 264_ypset= ypset 265.endif 266 267.if ${MK_AUTHPF} != "no" 268_authpf= authpf 269.endif 270 | 1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93 2# $FreeBSD$ 3 4.include <bsd.own.mk> 5 6# XXX MISSING: mkproto 7SUBDIR= ac \ 8 accton \ --- 254 unchanged lines hidden (view full) --- 263_ypserv= ypserv 264_ypset= ypset 265.endif 266 267.if ${MK_AUTHPF} != "no" 268_authpf= authpf 269.endif 270 |
271.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no" 272_pppctl= pppctl 273.endif 274 |
|
271.if ${MK_LPR} != "no" 272_lpr= lpr 273.endif 274 275.if ${MK_NS_CACHING} != "no" | 275.if ${MK_LPR} != "no" 276_lpr= lpr 277.endif 278 279.if ${MK_NS_CACHING} != "no" |
276.if ${MK_LIBTHR} != "no" || \ 277 (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no") | 280.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no" |
278_nscd= nscd 279.endif 280.endif 281 282.if ${MK_SENDMAIL} != "no" 283_editmap= editmap 284_mailstats= mailstats 285_makemap= makemap --- 22 unchanged lines hidden (view full) --- 308_lptcontrol= lptcontrol 309.if ${MK_NCP} != "no" 310_mount_nwfs= mount_nwfs 311.endif 312_mount_smbfs= mount_smbfs 313_mptable= mptable 314_ndiscvt= ndiscvt 315_pnpinfo= pnpinfo | 281_nscd= nscd 282.endif 283.endif 284 285.if ${MK_SENDMAIL} != "no" 286_editmap= editmap 287_mailstats= mailstats 288_makemap= makemap --- 22 unchanged lines hidden (view full) --- 311_lptcontrol= lptcontrol 312.if ${MK_NCP} != "no" 313_mount_nwfs= mount_nwfs 314.endif 315_mount_smbfs= mount_smbfs 316_mptable= mptable 317_ndiscvt= ndiscvt 318_pnpinfo= pnpinfo |
316.if ${MK_LIBPTHREAD} != "no" || ${MK_LIBTHR} != "no" 317_pppctl= pppctl 318.endif | |
319_sicontrol= sicontrol 320_spkrtest= spkrtest 321_zzz= zzz 322.if ${MACHINE} == "i386" 323.if ${MK_ACPI} != "no" 324_acpi= acpi 325.endif 326_arlcontrol= arlcontrol --- 17 unchanged lines hidden (view full) --- 344_kgmon= kgmon 345_lptcontrol= lptcontrol 346.if ${MK_NCP} != "no" 347_mount_nwfs= mount_nwfs 348.endif 349_mount_smbfs= mount_smbfs 350_mptable= mptable 351_ndiscvt= ndiscvt | 319_sicontrol= sicontrol 320_spkrtest= spkrtest 321_zzz= zzz 322.if ${MACHINE} == "i386" 323.if ${MK_ACPI} != "no" 324_acpi= acpi 325.endif 326_arlcontrol= arlcontrol --- 17 unchanged lines hidden (view full) --- 344_kgmon= kgmon 345_lptcontrol= lptcontrol 346.if ${MK_NCP} != "no" 347_mount_nwfs= mount_nwfs 348.endif 349_mount_smbfs= mount_smbfs 350_mptable= mptable 351_ndiscvt= ndiscvt |
352.if ${MK_LIBPTHREAD} != "no" || ${MK_LIBTHR} != "no" 353_pppctl= pppctl 354.endif | |
355_sicontrol= sicontrol 356_spkrtest= spkrtest 357_zzz= zzz 358.endif 359 360.if ${MACHINE_ARCH} == "ia64" 361.if ${MK_ACPI} != "no" 362_acpi= acpi 363.endif 364_kgmon= kgmon 365_mount_smbfs= mount_smbfs | 352_sicontrol= sicontrol 353_spkrtest= spkrtest 354_zzz= zzz 355.endif 356 357.if ${MACHINE_ARCH} == "ia64" 358.if ${MK_ACPI} != "no" 359_acpi= acpi 360.endif 361_kgmon= kgmon 362_mount_smbfs= mount_smbfs |
366.if ${MK_LIBPTHREAD} != "no" || ${MK_LIBTHR} != "no" 367_pppctl= pppctl 368.endif | |
369_zzz= zzz 370.endif 371 372.if ${MACHINE_ARCH} == "powerpc" 373_mount_smbfs= mount_smbfs 374_nvram= nvram 375.endif 376 377.if ${MACHINE_ARCH} == "sparc64" 378_eeprom= eeprom 379_ofwdump= ofwdump | 363_zzz= zzz 364.endif 365 366.if ${MACHINE_ARCH} == "powerpc" 367_mount_smbfs= mount_smbfs 368_nvram= nvram 369.endif 370 371.if ${MACHINE_ARCH} == "sparc64" 372_eeprom= eeprom 373_ofwdump= ofwdump |
380.if ${MK_LIBTHR} != "no" 381_pppctl= pppctl | |
382.endif | 374.endif |
383.endif | |
384 385.include <bsd.subdir.mk> | 375 376.include <bsd.subdir.mk> |