1#ident @(#)Makefile.dfl 1.4 10/05/14 2########################################################################### 3# Sample makefile for installing non-localized auxiliary files 4########################################################################### 5SRCROOT= .. 6RULESDIR= RULES 7include $(SRCROOT)/$(RULESDIR)/rules.top 8########################################################################### 9 10INSMODE= 0644 11INSDIR= etc/default 12INSBASE= $(INS_RBASE:%/=%) 13TARGET= star 14AUXSRCEXT= .dfl 15#XMK_FILE= Makefile.man 16 17########################################################################### 18include $(SRCROOT)/$(RULESDIR)/rules.aux 19########################################################################### 20