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