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