Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ .PATH: ${.CURDIR:H}/common_source PROG= pac MAN= pac.8 CFLAGS+= -I${.CURDIR:H}/common_source LIBADD= lpr .include <bsd.prog.mk>