Cross Reference: Makefile
xref: /src/usr.sbin/altq/libaltq/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/altq/libaltq/
Makefile revision 1.13
1#	$NetBSD: Makefile,v 1.13 2019/10/13 07:28:17 mrg Exp $
2
3LIBISPRIVATE=	yes
4
5.include <bsd.own.mk>
6
7LIB=	altq
8SRCS=	parser.c qop.c qop_blue.c qop_cbq.c qop_cdnr.c qop_conf.c \
9	qop_dummy.c qop_errlist.c qop_fifoq.c qop_hfsc.c qop_jobs.c \
10	qop_priq.c qop_red.c qop_rio.c qop_wfq.c quip_server.c
11
12CPPFLAGS+= -DALTQ
13
14.if (${USE_INET6} != "no")
15CPPFLAGS+= -DINET6
16.endif
17
18COPTS+=	${GCC_NO_STRINGOP_TRUNCATION}
19
20.include <bsd.lib.mk>
21

Indexes created Mon Jan 26 14:10:17 GMT 2026