Makefile (cea557add088ca3156187635fbcc8ebc8dba3f3f) | Makefile (295c5dea2c66a6d2acadd7a8bd7d98aef2522f20) |
---|---|
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 \ --- 305 unchanged lines hidden (view full) --- 314.elif ${MACHINE} == "pc98" 315_boot98cfg= boot98cfg 316.endif 317.endif 318 319.if ${MACHINE_ARCH} == "alpha" 320_elf2exe= elf2exe 321_pnpinfo= pnpinfo | 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 \ --- 305 unchanged lines hidden (view full) --- 314.elif ${MACHINE} == "pc98" 315_boot98cfg= boot98cfg 316.endif 317.endif 318 319.if ${MACHINE_ARCH} == "alpha" 320_elf2exe= elf2exe 321_pnpinfo= pnpinfo |
322.if ${MK_LIBC_R} != "no" | 322.if ${MK_LIBTHR} != "no" |
323_pppctl= pppctl 324.endif 325.endif 326 327# kgzip: builds, but missing support files 328# mptable: broken (not 64 bit clean) 329# pnpinfo: crashes (not really useful anyway) 330.if ${MACHINE_ARCH} == "amd64" --- 32 unchanged lines hidden (view full) --- 363 364.if ${MACHINE_ARCH} == "powerpc" 365_mount_smbfs= mount_smbfs 366.endif 367 368.if ${MACHINE_ARCH} == "sparc64" 369_eeprom= eeprom 370_ofwdump= ofwdump | 323_pppctl= pppctl 324.endif 325.endif 326 327# kgzip: builds, but missing support files 328# mptable: broken (not 64 bit clean) 329# pnpinfo: crashes (not really useful anyway) 330.if ${MACHINE_ARCH} == "amd64" --- 32 unchanged lines hidden (view full) --- 363 364.if ${MACHINE_ARCH} == "powerpc" 365_mount_smbfs= mount_smbfs 366.endif 367 368.if ${MACHINE_ARCH} == "sparc64" 369_eeprom= eeprom 370_ofwdump= ofwdump |
371.if ${MK_LIBC_R} != "no" | 371.if ${MK_LIBTHR} != "no" |
372_pppctl= pppctl 373.endif 374.endif 375 376.include <bsd.subdir.mk> | 372_pppctl= pppctl 373.endif 374.endif 375 376.include <bsd.subdir.mk> |