diff options
Diffstat (limited to 'freebsd/applications/system/Makefile')
-rw-r--r-- | freebsd/applications/system/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/freebsd/applications/system/Makefile b/freebsd/applications/system/Makefile new file mode 100644 index 000000000..108803f09 --- /dev/null +++ b/freebsd/applications/system/Makefile @@ -0,0 +1,19 @@ + + SUBDIR = + SUBDIR += dolphin + SUBDIR += katapult + SUBDIR += kbfx + SUBDIR += kcmautostart + SUBDIR += kdbusnotification + SUBDIR += klamav + SUBDIR += kooldock + SUBDIR += kshutdown + SUBDIR += ksystemlog + SUBDIR += kvkbd + SUBDIR += polkit-agent-tde + SUBDIR += tastymenu + SUBDIR += tdedocker + SUBDIR += tdesshaskpass + SUBDIR += yakuake + +.include <bsd.port.subdir.mk> |