ldivmod, uldivmod: fix qdivrem calls
[minix.git] / lib / libexec / Makefile
blob06f9904f7617cdc2cc20732f6b5e61285a5f89b6
1 # Makefile for libexec
3 # LSC For now
4 NOGCCERROR:= yes
6 LIB= exec
7 INCS= libexec.h
8 SRCS= exec_aout.c exec_elf.c exec_general.c
10 .if (${NBSD_LIBC} != "no")
11 INCSDIR= /usr/include
12 .else
13 INCSDIR= /usr/include.ack
14 .endif
16 .include <bsd.lib.mk>