From 492a481622665b3704c441b31c3fa55d9b727ee8 Mon Sep 17 00:00:00 2001 From: gwr Date: Mon, 10 Jul 1995 23:14:46 +0000 Subject: [PATCH] Removed libc_sa, libnetboot --- sys/lib/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sys/lib/Makefile b/sys/lib/Makefile index d4390ed27da4..4b8759830e16 100644 --- a/sys/lib/Makefile +++ b/sys/lib/Makefile @@ -1,13 +1,7 @@ -# $NetBSD: Makefile,v 1.6 1995/06/30 03:00:33 christos Exp $ +# $NetBSD: Makefile,v 1.7 1995/07/10 23:14:46 gwr Exp $ .if exists(libsa) SUBDIR+= libsa .endif -.if exists(libc_sa) -SUBDIR+= libc_sa -.endif -.if exists(libnetboot) -SUBDIR+= libnetboot -.endif .include