diff options
author | Jeff Layton <jlayton@samba.org> | 2012-08-21 15:18:54 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-08-21 15:18:54 -0400 |
commit | 377898e63a8689b0e8c5c656ce9cfa98223cf74b (patch) | |
tree | 0a1c3615c6731b38179ae97eba4caeaba2a2c587 /Makefile.am | |
parent | 3a965467611637ca05bcd55460ff69fec6ad8be7 (diff) | |
download | cifs-utils-377898e63a8689b0e8c5c656ce9cfa98223cf74b.tar.gz cifs-utils-377898e63a8689b0e8c5c656ce9cfa98223cf74b.tar.bz2 cifs-utils-377898e63a8689b0e8c5c656ce9cfa98223cf74b.zip |
cifs-utils: fix up references to getcifsacl and setcifsacl files
When I moved the manpages for this to section 1, I missed some references
to them. Also, get rid of the unneeded clean-local-aclprogs makefile target.
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 0d0b599..73f756f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ man_MANS = mount.cifs.8 bin_PROGRAMS = sbin_PROGRAMS = -clean-local: clean-local-upcall clean-local-idmap clean-local-aclprogs +clean-local: clean-local-upcall clean-local-idmap if CONFIG_CIFSUPCALL sbin_PROGRAMS += cifs.upcall @@ -66,12 +66,6 @@ setcifsacl_SOURCES = setcifsacl.c setcifsacl_LDADD = $(WBCLIENT_LIBS) setcifsacl_CFLAGS = $(WBCLIENT_CFLAGS) man_MANS += setcifsacl.1 - -endif - -clean-local-aclprogs: -if CONFIG_CIFSACL - rm -f getcifsacl.8 getcifsacl.8-t setcifsacl.8 setcifsacl.8-t endif SUBDIRS = contrib |