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