Move OpenBSD code into its own sysdeps directory. The changes from bsd/ were becoming to hard to maintain as a #ifdef tree. This is what's currently being distributed as part of OpenBSD ports.
7 lines
149 B
Makefile
7 lines
149 B
Makefile
|
|
SUBDIRS = common @sysdeps_dir@
|
|
|
|
DIST_SUBDIRS = bsd common linux osf1 \
|
|
stub stub_suid sun4 freebsd solaris aix darwin \
|
|
cygwin openbsd
|