Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 1998 09:19:55 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG
Subject:   cvs commit: src/share/mk bsd.kmod.mk
Message-ID:  <199802011719.JAA27715@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/02/01 09:19:55 PST

  Modified files:
    share/mk             bsd.kmod.mk 
  Log:
  Restrict the include search path using -nostdinc -I- in $(CFLAGS} as
  in kernel Makefiles.  Nothing in /usr/include is used (provided
  relative paths for sys/* and <machine> can be found), so there is
  no need for the -I/usr/include kludge as in kernel Makefiles.
  
  Revision  Changes    Path
  1.43      +12 -3     src/share/mk/bsd.kmod.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802011719.JAA27715>