blob: 075ba68e8db4e20d93a9388d41336fee9731653a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.5 2016/05/03 17:54:31 jca Exp $
PROG= ifconfig
SRCS= ifconfig.c
COPTS+= -DSMALL
LDADD= -lutil
DPADD= ${LIBUTIL}
.PATH: ${.CURDIR}/../../../sbin/ifconfig
.include <bsd.prog.mk>
|