# PagerDuty Agent Makefile
# --------------------------------------------------
# This Makefile provides targets for the PagerDuty agent.
# It includes common functionality from ../common.mk
# --------------------------------------------------

# Agent configuration
AGENT_NAME = pagerduty

# Include common functionality
include ../common.mk

# Agent-specific targets can be added here if needed
