mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
15 lines
359 B
Makefile
15 lines
359 B
Makefile
# $FreeBSD$
|
|
|
|
#
|
|
# 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>
|