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# cmd/bnu/Makefile 7*7c478bd9Sstevel@tonic-gate# 8*7c478bd9Sstevel@tonic-gate 9*7c478bd9Sstevel@tonic-gateinclude ../../Makefile.cmd 10*7c478bd9Sstevel@tonic-gate 11*7c478bd9Sstevel@tonic-gateFILES = eqnchar iso ascii greek 12*7c478bd9Sstevel@tonic-gate 13*7c478bd9Sstevel@tonic-gateROOTSHPUB = $(ROOTSHLIB)/pub 14*7c478bd9Sstevel@tonic-gate 15*7c478bd9Sstevel@tonic-gateROOTSHPUBFILES = $(FILES:%=$(ROOTSHPUB)/%) 16*7c478bd9Sstevel@tonic-gate 17*7c478bd9Sstevel@tonic-gate 18*7c478bd9Sstevel@tonic-gateFILEMODE = 644 19*7c478bd9Sstevel@tonic-gate 20*7c478bd9Sstevel@tonic-gate.KEEP_STATE : 21*7c478bd9Sstevel@tonic-gate 22*7c478bd9Sstevel@tonic-gateall : $(FILES) 23*7c478bd9Sstevel@tonic-gate 24*7c478bd9Sstevel@tonic-gateinstall : $(ROOTSHPUB) $(ROOTSHPUBFILES) 25*7c478bd9Sstevel@tonic-gate 26*7c478bd9Sstevel@tonic-gateclean clobber strip lint: 27*7c478bd9Sstevel@tonic-gate 28*7c478bd9Sstevel@tonic-gate$(ROOTSHPUB) : 29*7c478bd9Sstevel@tonic-gate $(INS.dir) 30*7c478bd9Sstevel@tonic-gate 31*7c478bd9Sstevel@tonic-gate$(ROOTSHPUB)/% : % 32*7c478bd9Sstevel@tonic-gate $(INS.file) 33