tools/llvm: Do not build with symbols
[minix3.git] / minix / lib / libexec / Makefile
blob18174973082c08e5ce9f49010e87bc0cdf92107d
1 # Makefile for libexec
3 # LSC For now
4 NOGCCERROR:= yes
6 LIB= exec
7 INCS= libexec.h
8 SRCS= exec_elf.c exec_general.c
10 INCSDIR= /usr/include
12 .include <bsd.lib.mk>