summaryrefslogtreecommitdiff
path: root/sbin/modload/Makefile
blob: 5c83f4572f2e0293c90b5ac4c01c014e4b330336 (plain)
1
2
3
4
5
6
7
8
9
# $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>