NetBSD/sbin/ifconfig/Makefile

18 lines
268 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2004/10/28 20:10:29 dsl Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
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
CPPFLAGS+=-DINET6
# 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>