c0c8d25799
Makes things easier for pkgsrc
14 lines
173 B
Makefile
14 lines
173 B
Makefile
.include <bsd.own.mk>
|
|
|
|
.PATH: ${.CURDIR}/${ARCH}
|
|
|
|
SRCS= crtso.S
|
|
OBJS= crtso.o
|
|
|
|
realall: ${OBJS}
|
|
|
|
FILES=${OBJS}
|
|
FILESDIR=${LIBDIR}
|
|
CLEANFILES=${OBJS}
|
|
|
|
.include <bsd.prog.mk>
|