minix/lib/libexec/Makefile
Antoine Leca da82f9b2e8 <a.out.h>, MINIX style: remove as obsolete
Change-Id: Icc8b7210d60a93ac9cc4610d676dcba270756410
2013-08-06 11:43:35 +02:00

13 lines
161 B
Makefile

# Makefile for libexec
# LSC For now
NOGCCERROR:= yes
LIB= exec
INCS= libexec.h
SRCS= exec_elf.c exec_general.c
INCSDIR= /usr/include
.include <bsd.lib.mk>