From 2fcc3cd7645a97887689526d0c824efef75ff841 Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 13 Oct 1993 06:17:16 +0000 Subject: add a bunch of .NOTMAINs --- sys/lib/libnetboot/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/lib/libnetboot') diff --git a/sys/lib/libnetboot/Makefile.inc b/sys/lib/libnetboot/Makefile.inc index f8bdd4f889d..0a453453e3e 100644 --- a/sys/lib/libnetboot/Makefile.inc +++ b/sys/lib/libnetboot/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.2 1993/10/13 05:55:57 cgd Exp $ +# $Id: Makefile.inc,v 1.3 1993/10/13 06:17:33 cgd Exp $ # # NOTE: $S must correspond to the top of the 'sys' tree @@ -12,8 +12,8 @@ NETBOOTLIBDIR= $(NETBOOTDIR) NETBOOTLIB= $(NETBOOTLIBDIR)/libnetboot.a -$(NETBOOTLIB): __always_make_netbootlib +$(NETBOOTLIB): .NOTMAIN __always_make_netbootlib @echo making sure the netboot library is up to date... @(cd $(NETBOOTDIR) ; make) -__always_make_netbootlib: +__always_make_netbootlib: .NOTMAIN -- cgit