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

33 lines
421 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.5 92/12/15 SMI"
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
PROG= basename
XPG4PROG= basename
SRCS= $(PROG:%=%.sh)
include ../Makefile.cmd
$(XPG4) := LDLIBS += -lintl
$(XPG4) := CFLAGS += -v
.KEEP_STATE:
all: $(PROG) $(XPG4)
$(PROG): $(PROG).sh
$(RM) $@
cat $(PROG).sh > $@
chmod +x $@
install: all $(ROOTPROG) $(ROOTXPG4PROG)
clean:
lint: lint_PROG
include ../Makefile.targ