#
# @(#)Makefile 1.3 96/03/19 SMI
#
# Copyright (c) 1993 by Sun Microsystems, Inc.
#

PROG= setfacl

include ../Makefile.cmd

LDLIBS += -lsec

.KEEP_STATE:

all: $(PROG) 

install: all $(ROOTPROG)

clean:

lint:	lint_PROG

include ../Makefile.targ
