Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2002 11:59:35 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9931 for review
Message-ID:  <200204171859.g3HIxZA51546@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9931

Change 9931 by cvance@cvance_korben on 2002/04/17 11:58:45

	Include current directory for build (Yacc-created headers)

Affected files ...

... //depot/projects/trustedbsd/mac/sbin/sebsd_checkpolicy/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sbin/sebsd_checkpolicy/Makefile#2 (text+ko) ====

@@ -10,7 +10,7 @@
 CFLAGS+=-I${.CURDIR}/../../sys/security/sebsd/ss
 CFLAGS+=-I${.CURDIR}/../../sys/security/sebsd
 CFLAGS+=-I${.CURDIR}/../../sys
-CFLAGS+=-I${.CURDIR}
+CFLAGS+=-I.
 
 LDADD+= -lfl
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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