Home | History | Annotate | Line # | Download | only in if_aq
Makefile revision 1.1.8.2
      1  1.1.8.2  martin #	$NetBSD: Makefile,v 1.1.8.2 2020/04/13 08:05:11 martin Exp $
      2  1.1.8.2  martin 
      3  1.1.8.2  martin .include "../Makefile.inc"
      4  1.1.8.2  martin 
      5  1.1.8.2  martin .PATH:	${S}/dev/pci
      6  1.1.8.2  martin 
      7  1.1.8.2  martin KMOD=	if_aq
      8  1.1.8.2  martin IOCONF=	if_aq.ioconf
      9  1.1.8.2  martin 
     10  1.1.8.2  martin SRCS=	if_aq.c
     11  1.1.8.2  martin 
     12  1.1.8.2  martin CPPFLAGS+=	-DINET -DNVLAN=1
     13  1.1.8.2  martin 
     14  1.1.8.2  martin .include <bsd.kmodule.mk>
     15