Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
# $NetBSD: Makefile,v 1.1 2006/01/24 18:59:23 elad Exp $ NOMAN=yes PROG= qsafe SRCS= qsafe.c qfile.c QSIEVE=${.CURDIR}/../qsieve .PATH: ${QSIEVE} CPPFLAGS+=-I${QSIEVE} .include <bsd.prog.mk>