--- src/sys/dev/netif/em/Makefile 2008/04/02 13:11:48 1.8 +++ src/sys/dev/netif/em/Makefile 2008/05/02 07:40:32 1.9 @@ -4,7 +4,7 @@ KMOD= if_em SRCS= if_em.c if_em_hw.c SRCS+= device_if.h bus_if.h pci_if.h -SRCS+= opt_polling.h opt_inet.h opt_ktr.h opt_serializer.h +SRCS+= opt_polling.h opt_inet.h opt_ktr.h opt_serializer.h opt_ethernet.h .ifndef BUILDING_WITH_KERNEL opt_polling.h: @@ -15,6 +15,9 @@ opt_inet.h: opt_serializer.h: touch ${.OBJDIR}/${.TARGET} + +opt_ethernet.h: + touch ${.OBJDIR}/${.TARGET} .endif .include