summaryrefslogtreecommitdiff
path: root/usr.sbin/rdsetroot/Makefile
blob: 2278f738c2a48d99b3b7fd59eb7bb223f9093e44 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 2019/04/16 06:09:52 sunil Exp $

PROG=	rdsetroot
MAN=	rdsetroot.8

LDADD+=	-lelf
DPADD+=	${LIBELF}

.include <bsd.prog.mk>