minix3/lib/libexec/Makefile

13 lines
161 B
Makefile
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for libexec
# LSC For now
NOGCCERROR:= yes
LIB= exec
INCS= libexec.h
SRCS= exec_elf.c exec_general.c
INCSDIR= /usr/include
.include <bsd.lib.mk>