From 638364c02df1e5fcb4337a859d77b5b4b00ea0dc Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Tue, 23 Nov 1982 02:18:08 -0800 Subject: [PATCH] add libU77; libmp moves from lib to usr.lib SCCS-vsn: lib/Makefile 4.2 --- usr/src/lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index fd8cf2e2d7..4ebeda4522 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -1,12 +1,12 @@ -# @(#)Makefile 4.1 (Berkeley) %G% +# @(#)Makefile 4.2 (Berkeley) %G% # DESTDIR= CFLAGS= -O # Programs that live in subdirectories, and have makefiles of their own. # -SUBDIR= libF77 libI77 libdbm libg libjobs libln libm libnm libplot \ - libtermlib sendmail vpr +SUBDIR= libF77 libI77 libU77 libdbm libg libjobs libln libm libmp \ + libnm libplot libtermlib sendmail vpr # Shell scripts that need only be installed and are never removed. # -- 2.20.1