minix/lib/libexec/Makefile

13 lines
193 B
Makefile
Raw Normal View History

2010-12-10 10:27:56 +01:00
# Makefile for libexec
LIB= exec
INCS= libexec.h
2010-12-10 10:27:56 +01:00
SRCS= exec_aout.c exec_elf.c
.if (${NBSD_LIBC} != "no")
INCSDIR= /usr/netbsd/include
.else
INCSDIR= /usr/include
.endif
2010-12-10 10:27:56 +01:00
.include <bsd.lib.mk>