Move elf headers in common/include and libexec.h in lib/libexec.
It also fixes elf headers for NBSD compilation.
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
# Makefile for libexec
|
||||
|
||||
LIB= exec
|
||||
|
||||
INCS= libexec.h
|
||||
SRCS= exec_aout.c exec_elf.c
|
||||
|
||||
.if (${NBSD_LIBC} != "no")
|
||||
INCSDIR= /usr/netbsd/include
|
||||
.else
|
||||
INCSDIR= /usr/include
|
||||
.endif
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
Reference in New Issue
Block a user