--- nono/util/viewcgrom/Makefile.in 2026/04/29 17:04:52 1.1.1.2 +++ nono/util/viewcgrom/Makefile.in 2026/04/29 17:04:55 1.1.1.3 @@ -3,7 +3,8 @@ # Copyright (C) 2018 isaki@NetBSD.org # -.include "../../Makefile.inc" +TOPDIR= ../.. +.include "${TOPDIR}/Makefile.inc" TARGETS= viewcgrom @@ -21,4 +22,4 @@ OBJS= ${CXXSRCS:.cpp=.o} viewcgrom: ${OBJS} ${CXX} ${LDFLAGS} -o $@ $> ${LIBS} -.include "../../Makefile.rule" +.include "${TOPDIR}/Makefile.rule"