xref: /minix3/minix/lib/libexec/Makefile (revision 7c48de6cc4c6d56f2277d378dba01dbac8a8c3b9)
1*433d6423SLionel Sambuc# Makefile for libexec
2*433d6423SLionel Sambuc
3*433d6423SLionel SambucLIB=	exec
4*433d6423SLionel SambucINCS=	libexec.h
5*433d6423SLionel SambucSRCS=	exec_elf.c exec_general.c
6*433d6423SLionel Sambuc
7*433d6423SLionel SambucINCSDIR= /usr/include
8*433d6423SLionel Sambuc
9*433d6423SLionel Sambuc.include <bsd.lib.mk>
10