Removal of libg++ from top level makefile, moving code to src/gnu since
authorRod Grimes <rgrimes@FreeBSD.org>
Fri, 20 Aug 1993 02:05:02 +0000 (02:05 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Fri, 20 Aug 1993 02:05:02 +0000 (02:05 +0000)
it is LGPL code.  Note:  you will NOT see an import for src/gnu/libg++,
it is being done with a direct repository copy to retain history.

lib/Makefile

index 738f187..12bf0ed 100644 (file)
@@ -1,6 +1,6 @@
 #      @(#)Makefile    5.25.1.1 (Berkeley) 5/7/91
 
 #      @(#)Makefile    5.25.1.1 (Berkeley) 5/7/91
 
-SUBDIR=        csu.${MACHINE} libc libcurses libg++ libm \
+SUBDIR=        csu.${MACHINE} libc libcurses libm \
        libresolv librpc libtelnet libterm libutil liby
 
 .if exists(libcrypt)
        libresolv librpc libtelnet libterm libutil liby
 
 .if exists(libcrypt)