minix/lib/libexec/Makefile
Gianluca Guida 6f4e3dd910 Move elf headers in common/include and libexec.h in lib/libexec.
It also fixes elf headers for NBSD compilation.
2011-03-18 15:13:05 +00:00

13 lines
193 B
Makefile

# 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>