Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#	$NetBSD: Makefile,v 1.11 2010/12/15 11:22:42 pooka Exp $

SRCDIR=		${.CURDIR}/../../../usr.bin/netstat

PROG=		netstat
NOMAN=		# defined

SRCS=		if.c inet.c main.c mbuf.c route.c

CPPFLAGS+=	-DSMALL -I${SRCDIR} -DCRUNCHOPS
DPADD=		${LIBKVM}
LDADD=		-lkvm

.include <bsd.prog.mk>

BINOWN=		root
BINMODE=	4555
.PATH:		${SRCDIR}