diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-09-18 20:24:48 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-09-18 20:24:48 +0200 |
commit | 1f5f41d300adad13d0e47b3bd684d727def805d3 (patch) | |
tree | 034689af251f79a24dd6a95e2927e85f899d932e /openbsd/14.0.0/Makefile | |
parent | 010731a80652ba71db51e4c12b1f670651a8bc2b (diff) | |
download | tde-packaging-1f5f41d300adad13d0e47b3bd684d727def805d3.tar.gz tde-packaging-1f5f41d300adad13d0e47b3bd684d727def805d3.zip |
OpenBSD: add Makefile
Diffstat (limited to 'openbsd/14.0.0/Makefile')
-rw-r--r-- | openbsd/14.0.0/Makefile | 9 |
1 files changed, 9 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> |