diff options
Diffstat (limited to 'openbsd/14.0.0')
-rw-r--r-- | openbsd/14.0.0/Makefile | 9 | ||||
-rw-r--r-- | openbsd/14.0.0/dependencies/Makefile | 10 |
2 files changed, 19 insertions, 0 deletions
diff --git a/openbsd/14.0.0/Makefile b/openbsd/14.0.0/Makefile new file mode 100644 index 000000000..5c3a9f426 --- /dev/null +++ b/openbsd/14.0.0/Makefile @@ -0,0 +1,9 @@ + + + SUBDIR = + SUBDIR += 3rdparty + SUBDIR += dependencies + SUBDIR += tdelibs + SUBDIR += tdebase + +.include <bsd.port.subdir.mk> diff --git a/openbsd/14.0.0/dependencies/Makefile b/openbsd/14.0.0/dependencies/Makefile new file mode 100644 index 000000000..a7c45f0c4 --- /dev/null +++ b/openbsd/14.0.0/dependencies/Makefile @@ -0,0 +1,10 @@ + + + SUBDIR = + SUBDIR += tqt3 + SUBDIR += tqtinterface + SUBDIR += arts + SUBDIR += dbus-tqt + SUBDIR += dbus-1-tqt + +.include <bsd.port.subdir.mk> |