10 lines
172 B
Makefile
10 lines
172 B
Makefile
# $NetBSD: Makefile,v 1.9 1999/07/03 06:27:56 itojun Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= ifconfig
|
|
MAN= ifconfig.8
|
|
|
|
CPPFLAGS+= -DINET6
|
|
|
|
.include <bsd.prog.mk>
|