blob: b49efcda9c885d6e9563aab218474227484919b4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.15 2019/04/10 10:14:37 dlg Exp $
PROG= ifconfig
SRCS= ifconfig.c brconfig.c sff.c
MAN= ifconfig.8
LDADD= -lutil -lm
DPADD= ${LIBUTIL}
.include <bsd.prog.mk>
|