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