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

27 lines
328 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.8 95/04/10 SMI"
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
PROG= rm
XPG4PROG= rm
include ../Makefile.cmd
LDLIBS += -lintl
CFLAGS += -v
$(XPG4) := CFLAGS += -DXPG4
.KEEP_STATE:
all: $(PROG) $(XPG4)
install: all $(ROOTPROG) $(ROOTXPG4PROG)
clean:
lint: lint_PROG
include ../Makefile.targ