diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-03-19 18:58:16 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-03-19 18:58:16 +0000 |
| commit | 09ef2e46f9bca1887d01f04d433bf6385e7d12fc (patch) | |
| tree | 2a31f6456b875271b45a101f207018266e6f3b04 /bin/getfacl/Makefile | |
| parent | 51d0ad314f38d0cc4c327147c29098a850ce8b81 (diff) | |
Notes
Diffstat (limited to 'bin/getfacl/Makefile')
| -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 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 <bsd.prog.mk> |
