10 lines
128 B
Makefile
10 lines
128 B
Makefile
# Makefile for libexec
|
|
|
|
LIB= exec
|
|
INCS= libexec.h
|
|
SRCS= exec_elf.c exec_general.c
|
|
|
|
INCSDIR= /usr/include
|
|
|
|
.include <bsd.lib.mk>
|