9 lines
155 B
Makefile
9 lines
155 B
Makefile
DIST_SUBDIRS = privileged_startx user_startx
|
|
SUBDIRS = privileged_startx
|
|
|
|
if !TIGER_LAUNCHD
|
|
SUBDIRS += user_startx
|
|
endif
|
|
|
|
EXTRA_DIST = console_redirect.h
|