diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2021-03-10 13:46:23 -0800 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2021-03-10 13:46:23 -0800 |
commit | db21df4054e3351d14eb7dc1c3216cd23a61cee4 (patch) | |
tree | e2543b635559158df7ee9e0866d4d1f86c651a7f /launchd/Makefile.am | |
parent | e2430bcb8327682340d985f89ad5137efa2f0d4f (diff) |
darwin: Drop support for macOS 10.7 and earlier
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'launchd/Makefile.am')
-rw-r--r-- | launchd/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/launchd/Makefile.am b/launchd/Makefile.am index 0135b7f..23ca02a 100644 --- a/launchd/Makefile.am +++ b/launchd/Makefile.am @@ -1,8 +1,2 @@ DIST_SUBDIRS = privileged_startx user_startx -SUBDIRS = privileged_startx - -if !TIGER_LAUNCHD -SUBDIRS += user_startx -endif - -EXTRA_DIST = console_redirect.h +SUBDIRS = privileged_startx user_startx |