NetBSD/sbin/ifconfig/Makefile

23 lines
338 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2005/01/20 16:16:10 xtraeme Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
WARNS= 3
1993-03-21 12:45:37 +03:00
PROG= ifconfig
1994-12-22 13:44:04 +03:00
MAN= ifconfig.8
1993-03-21 12:45:37 +03:00
.if (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif
# KAME scope id hack
CPPFLAGS+=-DKAME_SCOPEID
2002-09-21 01:21:53 +04:00
DPADD+=${LIBUTIL}
LDADD+=-lutil
SRCS= ifconfig.c
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>