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

31 lines
341 B
Makefile
Executable File

#
# ident "@(#)Makefile 1.5 92/12/15 SMI"
#
# Copyright (c) 1990 by Sun Microsystems, Inc.
#
# Makefile for cmd/which
#
PROG = which
include ../Makefile.cmd
# C shell build rule
.csh:
$(RM) $@
cat $< > $@
chmod +x $@
.SUFFIXES: .csh
.KEEP_STATE :
all: $(PROG)
install : all $(ROOTPROG)
clean lint:
include ../Makefile.targ