Print this page
12288 getfacl and setfacl could stand improvement

*** 21,44 **** # # # Copyright (c) 1993,2001 by Sun Microsystems, Inc. # All rights reserved. # PROG= getfacl include ../Makefile.cmd - CERRWARN += -_gcc=-Wno-unused-variable - CERRWARN += $(CNOWARN_UNINIT) - .KEEP_STATE: all: $(PROG) install: all $(ROOTPROG) clean: - lint: lint_PROG - include ../Makefile.targ --- 21,41 ---- # # # Copyright (c) 1993,2001 by Sun Microsystems, Inc. # All rights reserved. # + # Copyright 2020 Peter Tribble. + # PROG= getfacl include ../Makefile.cmd .KEEP_STATE: all: $(PROG) install: all $(ROOTPROG) clean: include ../Makefile.targ