#pmake: lcl core os_nt cpu_386 trap x86
#
# Create the generic ELF core trap file
#
host_cpu = 386
host_os  = nt

os      = nt
srv     = lcl
cpu     = x86
name    = elf
which   = TRAP
reg_dll = 1

extra_cflags = -DELFCORE

extra_objs = &
        elfcore.obj &
	core_fbsd.obj &
	core_nto.obj &
	coremisc.obj &
        supp.obj &
        core.obj
	
!include $(trap_dir)/lcl/lcl.mif
!include $(trap_dir)/master.mif
