Commit Graph

8 Commits

Author SHA1 Message Date
simonb 343d06b5f6 Makefile: define SHLIB_VERSION_FILE if SRCS defined.
arm32/Makefile.inc: don't need to set .PATH
i386/Makefile.inc: don't need to set .PATH, SHLIB_VERSION_FILE

Fixes PR lib/8298 from Richard Earnshaw in a more general way.
1999-08-31 13:50:47 +00:00
simonb bf3e29891c Include all arch-dependant Makefile.inc's. In each arch-dependent
Makefile.inc, always add the man pages for that directory, and only
specify a SRCS= line (at whatever else is needed for that arch) inside
a ${MACHINE_ARCH} .ifdef.  The top-level Makefile includes <bsd.lib.mk>
only if SRCS is defined, and otherwise just includes <bsd.man.mk>.
1999-06-10 00:49:51 +00:00
jtk d4e5b34479 rearrange build structure so different architecture-specific libraries
can have separate shared library versions, by building in the arch
subdirectory.
1996-02-21 02:43:52 +00:00
jtk 5cf28d6807 add i386_vm86 sysarch() stub and documentation 1996-02-21 00:21:45 +00:00
mycroft 8ca3cf6c41 Add new sysarch calls, and fix #includes. 1995-10-15 02:25:07 +00:00
cgd 3a370daf86 specify man pages the new way. 1994-12-22 09:44:45 +00:00
brezak adc25227c1 Add a man page for i386_get_ldt. 1993-09-21 14:40:50 +00:00
brezak 36704ef2b7 syscalls for setting a per-process LDT. 1993-09-19 18:53:31 +00:00