7 lines
87 B
Makefile
7 lines
87 B
Makefile
# Makefile for libexec
|
|
|
|
LIB= exec
|
|
|
|
SRCS= exec_aout.c exec_elf.c
|
|
|
|
.include <bsd.lib.mk>
|