Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9
# $NetBSD: Makefile,v 1.10 2015/11/21 15:01:43 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 WARNS= 6 PROG= who SRCS= who.c utmpentry.c CPPFLAGS+= -DSUPPORT_UTMPX -DSUPPORT_UTMP .include <bsd.prog.mk>