(root)/
acl-2.3.1/
examples/
Makefile
CFLAGS = -g -Wall -I../include
LDFLAGS = -lacl

PROGS = get-acl copy-acl set-acl copyperm

all: $(PROGS)

clean:
	rm -f $(PROGS)