Changeset View
Changeset View
Standalone View
Standalone View
stand/libsa/Makefile
Show First 20 Lines • Show All 164 Lines • ▼ Show 20 Lines | |||||
# Time support | # Time support | ||||
SRCS+= time.c | SRCS+= time.c | ||||
# kernel ufs support | # kernel ufs support | ||||
.PATH: ${SRCTOP}/sys/ufs/ffs | .PATH: ${SRCTOP}/sys/ufs/ffs | ||||
SRCS+=ffs_subr.c ffs_tables.c | SRCS+=ffs_subr.c ffs_tables.c | ||||
CFLAGS.dosfs.c+= -I${LDRSRC} | |||||
CFLAGS.ufs.c+= -I${LDRSRC} | CFLAGS.ufs.c+= -I${LDRSRC} | ||||
CFLAGS.gzipfs.c+= ${ZLIB_CFLAGS} | CFLAGS.gzipfs.c+= ${ZLIB_CFLAGS} | ||||
CFLAGS.pkgfs.c+= ${ZLIB_CFLAGS} | CFLAGS.pkgfs.c+= ${ZLIB_CFLAGS} | ||||
CFLAGS.bzipfs.c+= -I${SRCTOP}/contrib/bzip2 -DBZ_NO_STDIO -DBZ_NO_COMPRESS | CFLAGS.bzipfs.c+= -I${SRCTOP}/contrib/bzip2 -DBZ_NO_STDIO -DBZ_NO_COMPRESS | ||||
# explicit_bzero and calculate_crc32c | # explicit_bzero and calculate_crc32c | ||||
.PATH: ${SYSDIR}/libkern | .PATH: ${SYSDIR}/libkern | ||||
SRCS+= explicit_bzero.c crc32_libkern.c | SRCS+= explicit_bzero.c crc32_libkern.c | ||||
Show All 22 Lines |