c3ea69f26a
1999-03-17 Martin Baulig <martin@home-of-linux.org> Imported first version of my Solaris port. * configure.in: Check for `kstat_open' in `-lkstat'. * libgtop-sysdeps.m4: Recognize the `solaris' sysdeps directory when the `--enable-hacker-mode' parameter was given.
11 lines
214 B
Makefile
11 lines
214 B
Makefile
if GUILE
|
|
guile_SUBDIRS = guile
|
|
else
|
|
guile_SUBDIRS =
|
|
endif
|
|
|
|
SUBDIRS = @sysdeps_dir@ common names $(guile_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = common guile linux kernel names osf1 \
|
|
stub stub_suid sun4 freebsd solaris
|