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