1*7c478bd9Sstevel@tonic-gate# 2*7c478bd9Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 3*7c478bd9Sstevel@tonic-gate# 4*7c478bd9Sstevel@tonic-gate# Copyright (c) 1989 by Sun Microsystems, Inc. 5*7c478bd9Sstevel@tonic-gate# 6*7c478bd9Sstevel@tonic-gate# Makefile for cmd/refer/papers 7*7c478bd9Sstevel@tonic-gate# 8*7c478bd9Sstevel@tonic-gate 9*7c478bd9Sstevel@tonic-gateinclude ../../Makefile.cmd 10*7c478bd9Sstevel@tonic-gate 11*7c478bd9Sstevel@tonic-gateROOTDIRS = $(ROOT)/usr/lib/refer/papers 12*7c478bd9Sstevel@tonic-gate 13*7c478bd9Sstevel@tonic-gatePAPERS = Rbstjissue runinv Rv7man 14*7c478bd9Sstevel@tonic-gateROOTPAPERS = $(PAPERS:%=$(ROOTDIRS)/%) 15*7c478bd9Sstevel@tonic-gate 16*7c478bd9Sstevel@tonic-gate 17*7c478bd9Sstevel@tonic-gateFILEMODE = 644 18*7c478bd9Sstevel@tonic-gate 19*7c478bd9Sstevel@tonic-gate$(ROOTDIRS)/runinv := FILEMODE = 755 20*7c478bd9Sstevel@tonic-gate 21*7c478bd9Sstevel@tonic-gate# install rule 22*7c478bd9Sstevel@tonic-gate$(ROOTDIRS)/% : % 23*7c478bd9Sstevel@tonic-gate $(INS.file) 24*7c478bd9Sstevel@tonic-gate 25*7c478bd9Sstevel@tonic-gate.KEEP_STATE: 26*7c478bd9Sstevel@tonic-gate 27*7c478bd9Sstevel@tonic-gateall : $(PAPERS) 28*7c478bd9Sstevel@tonic-gate 29*7c478bd9Sstevel@tonic-gateinstall: all $(ROOTDIRS) $(ROOTPAPERS) 30*7c478bd9Sstevel@tonic-gate 31*7c478bd9Sstevel@tonic-gate$(ROOTDIRS) : 32*7c478bd9Sstevel@tonic-gate $(INS.dir) 33*7c478bd9Sstevel@tonic-gate 34*7c478bd9Sstevel@tonic-gateclean clobber strip: 35