Print this page
12288 getfacl and setfacl could stand improvement
@@ -21,22 +21,16 @@
#
#
# Copyright (c) 1993 by Sun Microsystems, Inc.
#
# Copyright (c) 2018, Joyent, Inc.
-
+# Copyright 2020 Peter Tribble.
+#
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)
@@ -43,8 +37,6 @@
install: all $(ROOTPROG)
clean:
-lint: lint_PROG
-
include ../Makefile.targ