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

28 lines
361 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.9 94/09/02 SMI"
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
PROG= pr
XPG4PROG= pr
include ../Makefile.cmd
LDLIBS += -lintl
CPPFLAGS += -DEUC
$(XPG4):= CPPFLAGS += -DXPG4
XGETFLAGS += -a -x pr.xcl
.KEEP_STATE:
all: $(PROG) $(XPG4)
install: all $(ROOTPROG) $(ROOTXPG4PROG)
clean:
lint: lint_PROG
include ../Makefile.targ