Files
Arquivotheca.Solaris-2.5/cmd/install.d/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

31 lines
472 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.8 92/12/15 SMI"
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
PROG= install.d
include ../Makefile.cmd
ROOTUSRSBINTPROG= $(PROG:%=$(ROOTUSRSBIN)/%)
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTUSRSBINTPROG)
$(MV) $(ROOTUSRSBINPROG) $(ROOTUSRSBIN)/install
$(RM) $(ROOTETC)/install
$(SYMLINK) ../usr/sbin/install $(ROOTETC)/install
$(PROG): install.sh
$(RM) $(PROG)
$(CP) install.sh $(PROG)
clean:
lint:
include ../Makefile.targ