From 21a1028ad7a3bed7b8fd050cf4a6d6b17b95d16f Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 30 Mar 1993 00:00:00 +0000 Subject: [PATCH] Makefile clean up for msgs, it was asking for the lcompat library The msgs program was not in the top level makefile so it was never noticed that it would not compile due to a missing library (lcompat). I removed the request for these libraries and it now compiles and seems to work. AUTHOR: Rodney W. Grimes (rgrimes@agora.rain.com) 386BSD-Patchkit: patch00121 --- usr/src/usr.bin/msgs/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/msgs/Makefile b/usr/src/usr.bin/msgs/Makefile index 14a60655ba..db2acdcdd7 100644 --- a/usr/src/usr.bin/msgs/Makefile +++ b/usr/src/usr.bin/msgs/Makefile @@ -1,7 +1,16 @@ # @(#)Makefile 5.8 (Berkeley) 5/11/90 +# +# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE +# -------------------- ----- ---------------------- +# CURRENT PATCH LEVEL: 1 00121 +# -------------------- ----- ---------------------- +# +# 30 Mar 93 Rodney W. Grimes Removed -lcompat from LDADD +# and ${LIBCOMPAT} from DPADD +# PROG= msgs -DPADD= ${LIBTERM} ${LIBCOMPAT} -LDADD= -ltermlib -lcompat +DPADD= ${LIBTERM} +LDADD= -ltermlib .include -- 2.20.1