minix/lib/libexec/Makefile

8 lines
87 B
Makefile
Raw Normal View History

2010-12-10 10:27:56 +01:00
# Makefile for libexec
LIB= exec
SRCS= exec_aout.c exec_elf.c
.include <bsd.lib.mk>