diff options
author | ru <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
commit | 46bb8fed4353a29584780ef69a8e7400a85984cd (patch) | |
tree | 2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /usr.sbin/lpr/common_source | |
parent | bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (diff) | |
download | FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.zip FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.tar.gz |
Mark all internal libraries with INTERNALLIB.
Diffstat (limited to 'usr.sbin/lpr/common_source')
-rw-r--r-- | usr.sbin/lpr/common_source/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/lpr/common_source/Makefile b/usr.sbin/lpr/common_source/Makefile index 7a23049..f563917 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> |