mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 05:59:13 -04:00
6 lines
190 B
Makefile
6 lines
190 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2012/04/20 17:31:30 christos Exp $
|
|
|
|
.PATH: ${COMPATDIR}/stdlib
|
|
CPPFLAGS+=-I${COMPATDIR}/stdlib -I${COMPATDIR}/../stdlib
|
|
SRCS+=compat_putenv.c compat_unsetenv.c
|