Current Path : /usr/src/usr.sbin/lpr/common_source/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/usr.sbin/lpr/common_source/Makefile |
# $FreeBSD: release/9.1.0/usr.sbin/lpr/common_source/Makefile 201390 2010-01-02 11:07:44Z ed $ # # Library of internal routines for the print spooler suite. # Originally these were compiled separately into each program, # but the library makes it much easier to modularize them. # LIB= lpr INTERNALLIB= SRCS= common.c ctlinfo.c displayq.c matchjobs.c net.c \ printcap.c request.c rmjob.c startdaemon.c WARNS?= 1 .include <bsd.lib.mk>