#
#ident  "@(#)Makefile 1.2     93/02/03 SMI"
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#

PROG= utmp_update

include ../Makefile.cmd

FILEMODE = 4555
OWNER = root
GROUP = bin

.KEEP_STATE:

all: $(PROG) 

install: all $(ROOTLIBPROG)

clean:

lint:	lint_PROG

include ../Makefile.targ
