diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-05-08 18:27:24 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-05-08 18:27:24 +0200 |
commit | 332ffaead4bd07de1dca11c1be5ae4d21c9374e9 (patch) | |
tree | b7dea684ab179fde6744b3a847306047421314c9 /openbsd/Makefile | |
parent | 6b00872d0c7a835e6497bde11367ae02ca201044 (diff) | |
download | tde-packaging-332ffaead4bd07de1dca11c1be5ae4d21c9374e9.tar.gz tde-packaging-332ffaead4bd07de1dca11c1be5ae4d21c9374e9.zip |
Openbsd: move openbsd folder
Diffstat (limited to 'openbsd/Makefile')
-rw-r--r-- | openbsd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsd/Makefile b/openbsd/Makefile new file mode 100644 index 000000000..cb0a5bc36 --- /dev/null +++ b/openbsd/Makefile @@ -0,0 +1,10 @@ + + + SUBDIR = + SUBDIR += 3rdparty + SUBDIR += dependencies + SUBDIR += tdelibs + SUBDIR += tdebase + SUBDIR += tdemultimedia + +.include <bsd.port.subdir.mk> |