minix/lib/libend/Makefile
Arun Thomas c0c8d25799 Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
2010-06-25 18:29:09 +00:00

18 lines
206 B
Makefile

# Makefile for libend
.include "Makefile.inc"
LIB=end
SRCS= \
edata.S \
em_end.S \
end.S \
etext.S
.if ${COMPILER_TYPE} == "gnu"
.include "${.CURDIR}/gnu/Makefile.inc"
.endif
.include <bsd.lib.mk>