da82f9b2e8
Change-Id: Icc8b7210d60a93ac9cc4610d676dcba270756410
12 lines
161 B
Makefile
12 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>
|