diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-05-22 18:23:15 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-05-22 18:23:15 +0200 |
commit | d5a136c4fa562d66efd7d20bf2ba40d1a62439fa (patch) | |
tree | d681ee32405dbdccc6116dec603d44fb6a2a07a6 /launchd/Makefile.am | |
parent | 809a2659e31ee637eddefffa5af3738fcd60a79d (diff) | |
parent | ae77976adaae9948e3e8d7a673dc88df4e31de46 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
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 |