mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
6 lines
206 B
Makefile
6 lines
206 B
Makefile
# $NetBSD: Makefile.inc,v 1.4 2014/06/12 18:44:36 christos Exp $
|
|
|
|
.PATH: ${COMPATDIR}/stdlib
|
|
CPPFLAGS+=-I${COMPATDIR}/stdlib -I${COMPATDIR}/../stdlib
|
|
SRCS+=compat_putenv.c compat_random.c compat_unsetenv.c
|