Home | History | Annotate | Line # | Download | only in libaltq
      1 #	$NetBSD: Makefile,v 1.1 2021/07/14 03:19:24 ozaki-r Exp $
      2 #
      3 
      4 
      5 .PATH:	${.CURDIR}/../../../../altq
      6 
      7 LIB=	rumpnet_altq
      8 COMMENT=ALTQ support
      9 
     10 SRCS+=	altq_subr.c altq_conf.c
     11 SRCS+=	altq_cbq.c altq_rmclass.c
     12 SRCS+=	altq_component.c
     13 
     14 .include <bsd.init.mk>
     15 
     16 .include <bsd.lib.mk>
     17 .include <bsd.klinks.mk>
     18