aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
commit423e9124d93b45cff0edd3a61cba89f5efe3e0b4 (patch)
tree2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /usr.sbin/lpr
parent46f8fdc34e061de76cb8dfa19872edcd2fe2c66b (diff)
downloadsrc-423e9124d93b45cff0edd3a61cba89f5efe3e0b4.tar.gz
src-423e9124d93b45cff0edd3a61cba89f5efe3e0b4.zip
Mark all internal libraries with INTERNALLIB.
Notes
Notes: svn path=/head/; revision=96514
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r--usr.sbin/lpr/common_source/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/lpr/common_source/Makefile b/usr.sbin/lpr/common_source/Makefile
index 7a2304925451..f56391737426 100644
--- a/usr.sbin/lpr/common_source/Makefile
+++ b/usr.sbin/lpr/common_source/Makefile
@@ -6,14 +6,10 @@
# but the library makes it much easier to modularize them.
#
LIB= lpr
-NOPROFILE= noprofile
-NOPIC= nopic
-NOMAN= noman
+INTERNALLIB= YES
SRCS= common.c ctlinfo.c displayq.c net.c printcap.c request.c \
rmjob.c startdaemon.c
CFLAGS+= ${CWARNFLAGS}
-install:
-
.include <bsd.lib.mk>