#
# ident	"@(#)Makefile	1.2	96/03/19 SMI"
#
# Copyright (c) 1992 by Sun Microsystems, Inc.
#
# cmd/pbind/Makefile
#

PROG=	pbind

include	../Makefile.cmd

OWNER = root
GROUP = sys

.KEEP_STATE:

all: $(PROG)

install: all $(ROOTUSRSBINPROG)

clean:

lint: lint_SRCS

include	../Makefile.targ
