Files
seta75D d6fe8fe829 Init
2021-10-11 22:19:34 -03:00

26 lines
426 B
Makefile

#
#
#
# ORIGINS: 27
#
#
#
IDIR = /usr/lib/microcode/
ILIST = cxbios.02.09 cxfep.02.09 isacxbios.02.09 isacxfep.02.09
OTHERS=
OTHERS+=isacxbios.02.09
isacxbios.02.09:isacxbios.02.09.ibmstub
-${RM} -f ${.TARGET}
${CP} -f ${.ALLSRC} ${.TARGET}
OTHERS+=isacxfep.02.09
isacxfep.02.09:isacxfep.02.09.ibmstub
-${RM} -f ${.TARGET}
${CP} -f ${.ALLSRC} ${.TARGET}
.include <${RULES_MK}>