Print this page
12288 getfacl and setfacl could stand improvement

*** 21,42 **** # # # Copyright (c) 1993 by Sun Microsystems, Inc. # # Copyright (c) 2018, Joyent, Inc. ! PROG= setfacl include ../Makefile.cmd - CERRWARN += -_gcc=-Wno-unused-variable - CERRWARN += -_gcc=-Wno-implicit-function-declaration - CERRWARN += $(CNOWARN_UNINIT) - - # not linted - SMATCH=off - LDLIBS += -lsec .KEEP_STATE: all: $(PROG) --- 21,36 ---- # # # Copyright (c) 1993 by Sun Microsystems, Inc. # # Copyright (c) 2018, Joyent, Inc. ! # Copyright 2020 Peter Tribble. ! # PROG= setfacl include ../Makefile.cmd LDLIBS += -lsec .KEEP_STATE: all: $(PROG)
*** 43,50 **** install: all $(ROOTPROG) clean: - lint: lint_PROG - include ../Makefile.targ --- 37,42 ----