# $OpenBSD: Makefile,v 1.5 2013/07/05 21:29:51 miod Exp $

PROG=	modload
MAN=	modload.8

SRCS=	modload.c
SRCS+=	elf.c

.include <bsd.prog.mk>