NetBSD/sys/lib/libnetboot/Makefile.inc

20 lines
447 B
PHP
Raw Normal View History

# $Id: Makefile.inc,v 1.2 1993/10/13 05:55:57 cgd Exp $
#
# NOTE: $S must correspond to the top of the 'sys' tree
NETBOOTDIR= $S/lib/libnetboot
.if exists($(NETBOOTDIR)/obj)
NETBOOTLIBDIR= $(NETBOOTDIR)/obj
.else
NETBOOTLIBDIR= $(NETBOOTDIR)
.endif
NETBOOTLIB= $(NETBOOTLIBDIR)/libnetboot.a
$(NETBOOTLIB): __always_make_netbootlib
@echo making sure the netboot library is up to date...
@(cd $(NETBOOTDIR) ; make)
__always_make_netbootlib: