minix/lib/libexec/Makefile

13 lines
161 B
Makefile
Raw Normal View History

2010-12-10 10:27:56 +01:00
# Makefile for libexec
# LSC For now
NOGCCERROR:= yes
2010-12-10 10:27:56 +01:00
LIB= exec
INCS= libexec.h
SRCS= exec_elf.c exec_general.c
2010-12-10 10:27:56 +01:00
INCSDIR= /usr/include
2010-12-10 10:27:56 +01:00
.include <bsd.lib.mk>