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

29 lines
379 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.10 94/12/06 SMI"
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
PROG= sort
XPG4PROG= sort
include ../Makefile.cmd
.KEEP_STATE:
CFLAGS += -v
$(XPG4):= CPPFLAGS += -DXPG4
LDLIBS += -lmapmalloc -lw -lintl
XGETFLAGS += -a -x sort.xcl
all: $(PROG) $(XPG4)
install: all $(ROOTPROG) $(ROOTXPG4PROG)
clean:
lint: lint_PROG
include ../Makefile.targ