minor fixes for safecopy & safemap tests
[minix.git] / lib / libexec / Makefile
blobe02e248f869936c5492be5afff60c1f922b8a7d4
1 # Makefile for libexec
3 LIB= exec
4 INCS= libexec.h
5 SRCS= exec_aout.c exec_elf.c exec_general.c
7 .if (${NBSD_LIBC} != "no")
8 INCSDIR= /usr/include
9 .else
10 INCSDIR= /usr/include.ack
11 .endif
13 .include <bsd.lib.mk>