aeaed50898
opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too.
8 lines
153 B
Makefile
8 lines
153 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
|
|
|
|
KMOD= ng_iface
|
|
SRCS= ng_iface.c opt_inet.h opt_inet6.h
|
|
|
|
.include <bsd.kmod.mk>
|