8e4736f2df
Change-Id: Id33ac7e973d1c0e249b690fe44a597474fac6076
12 lines
173 B
Makefile
12 lines
173 B
Makefile
# Makefile for libexec
|
|
|
|
# LSC For now
|
|
NOGCCERROR:= yes
|
|
|
|
LIB= exec
|
|
INCS= libexec.h
|
|
SRCS= exec_aout.c exec_elf.c exec_general.c
|
|
|
|
INCSDIR= /usr/include
|
|
|
|
.include <bsd.lib.mk>
|