21 lines
736 B
Makefile
21 lines
736 B
Makefile
|
#ident @(#)Makefile.dfl 1.5 10/05/14
|
||
|
###########################################################################
|
||
|
# Sample makefile for installing non-localized auxiliary files
|
||
|
###########################################################################
|
||
|
SRCROOT= ..
|
||
|
RULESDIR= RULES
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
||
|
###########################################################################
|
||
|
|
||
|
INSMODE= 0644
|
||
|
INSDIR= etc/default
|
||
|
INSBASE= $(INS_RBASE:%/=%)
|
||
|
INSFLAGS= -noclobber
|
||
|
TARGET= cdrecord
|
||
|
AUXSRCEXT= .dfl
|
||
|
#XMK_FILE= Makefile.man
|
||
|
|
||
|
###########################################################################
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.aux
|
||
|
###########################################################################
|