minix/lib/nbsd_libc/arch/i386/Makefile.inc
Gianluca Guida 3c9575aadc Clean up NetBSD libc Minix port.
This patch add the proper .if/.else/.endif to the Makefiles, add places I forgot #ifdef __minix and remove newlines.
2011-02-15 16:31:16 +00:00

6 lines
137 B
Makefile

# $NetBSD: Makefile.inc,v 1.20 2006/06/17 18:04:23 uwe Exp $
.if !defined(__MINIX)
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
.endif