1# $OpenBSD: Makefile,v 1.9 2022/10/04 23:58:09 kn Exp $ 2 3PROG= rarpd 4SRCS= rarpd.c arptab.c 5MAN= rarpd.8 6 7.include <bsd.prog.mk> 8