diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-03-19 18:58:16 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-03-19 18:58:16 +0000 |
commit | d4a597b48f833dcc701099cc20ecf96942e1b888 (patch) | |
tree | 8c373c176adeafb181624149ddeec04a3898d5ad /bin/getfacl | |
parent | 1d7d2ae4e8dc5f6ac41a7f316fec3ebc8690aa80 (diff) | |
download | FreeBSD-src-d4a597b48f833dcc701099cc20ecf96942e1b888.zip FreeBSD-src-d4a597b48f833dcc701099cc20ecf96942e1b888.tar.gz |
o Missed in prior commit: getfacl(1) Makefile
Diffstat (limited to 'bin/getfacl')
-rw-r--r-- | bin/getfacl/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile new file mode 100644 index 0000000..6bd4501 --- /dev/null +++ b/bin/getfacl/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PROG= getfacl +SRCS= getfacl.c +LDADD= -lposix1e +CFLAGS+= -g -Wall +NOSHARED= yes + +.include <bsd.prog.mk> |