--- nono/host/Makefile.in 2026/04/29 17:04:28 1.1.1.1 +++ nono/host/Makefile.in 2026/04/29 17:04:33 1.1.1.3 @@ -1,13 +1,17 @@ # # nono -# Copyright (C) 2019 isaki@NetBSD.org +# Copyright (C) 2020 nono project +# Licensed under nono-license.txt +# + # # Host # +.include "../Makefile.inc" + TARGETS= libnnhost.a NETDRIVER= @NETDRIVER@ -CPPFLAGS+= -I. -I.. -I../lib -I../vm -I../debugger CPPFLAGS+= -Dkevent_udata_t='@KEVENT_UDATA_T@' CXXSRCS= \ @@ -25,9 +29,9 @@ OBJS= ${CXXSRCS:.cpp=.o} CLEANDIRFILES= Makefile -.include "../Makefile.inc" - libnnhost.a: ${OBJS} rm -f $@ ${AR} r $@ $> ${RANLIB} $@ + +.include "../Makefile.rule"