Imported Upstream version 1.5.1
This commit is contained in:
16
tests/test_scripts/pjd-fstest-20090130-RC_XtreemFS/Makefile
Normal file
16
tests/test_scripts/pjd-fstest-20090130-RC_XtreemFS/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
# $FreeBSD: src/tools/regression/fstest/Makefile,v 1.1 2007/01/17 01:42:07 pjd Exp $
|
||||
|
||||
#CFLAGS+=-DHAS_LCHMOD
|
||||
#CFLAGS+=-DHAS_CHFLAGS
|
||||
#CFLAGS+=-DHAS_LCHFLAGS
|
||||
#CFLAGS+=-DHAS_TRUNCATE64
|
||||
#CFLAGS+=-DHAS_STAT64
|
||||
CFLAGS+=-DHAS_ACL -lacl
|
||||
|
||||
all: fstest
|
||||
|
||||
fstest: fstest.c
|
||||
gcc -Wall ${CFLAGS} fstest.c -o fstest
|
||||
|
||||
clean:
|
||||
rm -f fstest
|
||||
Reference in New Issue
Block a user