1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Generate opt_inet.h.

Add opt_inet.h to SRCS.
This commit is contained in:
Max Khon 2004-03-18 09:45:17 +00:00
parent 6bb3f2072d
commit c11857b462
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127164

View File

@ -4,7 +4,11 @@
.PATH: ${.CURDIR}/../../dev/arl
KMOD= if_arl
SRCS= if_arl.c if_arl_isa.c device_if.h bus_if.h isa_if.h
SRCS= if_arl.c if_arl_isa.c
SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h
CFLAGS= -I${.CURDIR}/../..
opt_inet.h:
echo "#define INET 1" > opt_inet.h
.include <bsd.kmod.mk>