diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile new file mode 100644 index 000000000000..6bd45016db27 --- /dev/null +++ b/bin/getfacl/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PROG= getfacl +SRCS= getfacl.c +LDADD= -lposix1e +CFLAGS+= -g -Wall +NOSHARED= yes + +.include