Searched refs:SDIR (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/usr.bin/ctlstat/
H A DMakefile5 SDIR= ${.CURDIR}/../../sys macro
6 CFLAGS+= -I${SDIR}
/freebsd-10.1-release/usr.sbin/fwcontrol/
H A DMakefile10 SDIR= ${.CURDIR}/../../sys macro
11 CFLAGS+=-I${.CURDIR} -I${SDIR}
/freebsd-10.1-release/usr.sbin/ctladm/
H A DMakefile6 SDIR= ${.CURDIR}/../../sys macro
7 CFLAGS+= -I${SDIR}
/freebsd-10.1-release/lib/libcam/
H A DMakefile42 SDIR= ${.CURDIR}/../../sys macro
43 CFLAGS+= -I${.CURDIR} -I${SDIR}
/freebsd-10.1-release/lib/libngatm/
H A DMakefile10 SDIR= ${.CURDIR}/../../sys macro
12 LIBBASE= ${SDIR}/contrib/ngatm
/freebsd-10.1-release/contrib/ntp/scripts/
H A Dsummary.in68 opendir SDIR, $statsdir or die "directory ${statsdir}: $!";
69 rewinddir SDIR;
70 @loopfiles=sort grep /loop.*$log_date_pattern/, readdir SDIR;
71 rewinddir SDIR;
72 @peerfiles=sort grep /peer.*$log_date_pattern/, readdir SDIR;
73 rewinddir SDIR;
74 @clockfiles=sort grep /clock.*$log_date_pattern/, readdir SDIR;
75 closedir SDIR;

Completed in 173 milliseconds