search /usr/include before /usr/ucbinclude (is this a good idea?)
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 30 May 1995 22:36:19 +0000 (14:36 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 30 May 1995 22:36:19 +0000 (14:36 -0800)
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NCR3000 8.6

usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.NCR3000

index ffe8f12..652a417 100644 (file)
@@ -7,7 +7,7 @@
 #
 #      NCR 3000 support from Kevin Darcy <kevin@tech.mis.cfc.com>.
 #
 #
 #      NCR 3000 support from Kevin Darcy <kevin@tech.mis.cfc.com>.
 #
-#      @(#)Makefile.NCR3000    8.5 (Berkeley) %G%
+#      @(#)Makefile.NCR3000    8.6 (Berkeley) %G%
 #
 
 # use O=-O (usual) or O=-g (debugging)
 #
 
 # use O=-O (usual) or O=-g (debugging)
@@ -28,7 +28,7 @@ ENVDEF=       -DNCR3000
 # see also conf.h for additional compilation flags
 
 # include directories
 # see also conf.h for additional compilation flags
 
 # include directories
-INCDIRS=-I/usr/ucbinclude
+INCDIRS=-I/usr/include -I/usr/ucbinclude
 
 # loader options
 LDOPTS=
 
 # loader options
 LDOPTS=