minix/lib/libexec/Makefile

17 lines
239 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_aout.c exec_elf.c exec_general.c
2010-12-10 10:27:56 +01:00
.if (${NBSD_LIBC} != "no")
INCSDIR= /usr/include
.else
INCSDIR= /usr/include.ack
.endif
2010-12-10 10:27:56 +01:00
.include <bsd.lib.mk>