NetBSD/sbin/ifconfig/Makefile

10 lines
172 B
Makefile
Raw Normal View History

1999-07-03 10:26:25 +04:00
# $NetBSD: Makefile,v 1.9 1999/07/03 06:27:56 itojun 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
1999-07-03 10:26:25 +04:00
CPPFLAGS+= -DINET6
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>