xref: /openbsd/sbin/ifconfig/Makefile (revision 13c6a8d8)
1#	$OpenBSD: Makefile,v 1.17 2020/06/22 02:08:43 dlg Exp $
2
3PROG=	ifconfig
4SRCS=	ifconfig.c brconfig.c sff.c
5MAN=	ifconfig.8
6
7LDADD=	-lutil -lm
8DPADD=	${LIBUTIL}
9
10.include <bsd.prog.mk>
11