Differences From Artifact [c4d144d3b6]:
- File utils/ofdns/Makefile — part of check-in [83fa463f03] at 2023-08-29 13:46:11 on branch trunk — Remove remnants of Amiga .library linklib (user: js, size: 530) [annotate] [blame] [check-ins using] [more...]
To Artifact [c1f144fb6a]:
- File utils/ofdns/Makefile — part of check-in [37a33a1a7f] at 2024-09-01 13:59:24 on branch trunk — Add manpage for ofdns (user: js, size: 544) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + | include ../../extra.mk PROG = ofdns${PROG_SUFFIX} SRCS = OFDNS.m DATA = localization/de.json \ localization/localizations.json MAN = ofdns.1 include ../../buildsys.mk PACKAGE_NAME = ofdns ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} |
︙ |