Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# $NetBSD: Makefile,v 1.7 2007/05/28 12:06:39 tls Exp $ USE_FORT?= yes # network server PROG= route6d MAN= route6d.8 CPPFLAGS+=-DINET6 LDADD+= -lutil DPADD+= ${LIBUTIL} .include <bsd.prog.mk>