# Makefile for fkill — send signals to processes
TARGET      = fkill
LIB_SRCS    = io.asm str.asm args.asm
TOOL_SRCS   = tools/fkill.asm
UNIFIED_SRC = fkill_unified.asm

include ../../Makefile.inc
