summaryrefslogtreecommitdiff
path: root/minix/lib/libexec/Makefile
blob: 9e8a2d249d8c9e09a3bd5c1839f01f50e7d1715b (plain)
1
2
3
4
5
6
7
8
9
# Makefile for libexec

LIB=	exec
INCS=	libexec.h
SRCS=	exec_elf.c exec_general.c

INCSDIR= /usr/include

.include <bsd.lib.mk>