summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/Makefile
blob: b674f82f00422b46f899c100a77d8ce875a4342b (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.17 2020/06/22 02:08:43 dlg Exp $

PROG=	ifconfig
SRCS=	ifconfig.c brconfig.c sff.c
MAN=	ifconfig.8

LDADD=	-lutil -lm
DPADD=	${LIBUTIL}

.include <bsd.prog.mk>