add an #include path for sigcompat.c to get at <sys/compat>; this

file is a mix of official and compat functions, and until this is
sorted out the extra path is needed to build a "legacy free" libc
This commit is contained in:
drochner 2006-04-24 17:15:06 +00:00
parent e04eaffce1
commit cc76bf4bcf
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.15 1999/02/24 15:05:20 drochner Exp $
# $NetBSD: Makefile.inc,v 1.16 2006/04/24 17:15:06 drochner Exp $
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/2/93
# compat-43 sources
@ -11,6 +11,9 @@ SRCS+= creat.c getdtablesize.c gethostid.c \
SRCS+= getwd.c
.endif
# XXX this is to get <compat/sys/signal.h>
CPPFLAGS.sigcompat.c+= -I${NETBSDSRCDIR}/sys
MAN+= creat.3 getdtablesize.3 gethostid.3 killpg.3 \
setruid.3 sigblock.3 sigpause.3 sigsetmask.3 sigvec.3