summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/common_source/Makefile')
-rw-r--r--usr.sbin/lpr/common_source/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.sbin/lpr/common_source/Makefile b/usr.sbin/lpr/common_source/Makefile
new file mode 100644
index 0000000..96151e7
--- /dev/null
+++ b/usr.sbin/lpr/common_source/Makefile
@@ -0,0 +1,19 @@
+# $Id$
+
+#
+# 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
+SRCS= common.c displayq.c net.c printcap.c request.c rmjob.c \
+ startdaemon.c
+NOMAN= noman
+NOPROFILE= noprofile
+NOPIC= nopic
+CFLAGS+= -Werror -Wall -Wnested-externs -Wmissing-prototypes \
+ -Wstrict-prototypes -Wredundant-decls
+
+install:
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud