freebsd-src/lib/csu/powerpc64/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

15 lines
209 B
Makefile

.PATH: ${.CURDIR:H}/common
OBJS+= crtsavres.o
CFLAGS+= -I${.CURDIR} \
-mlongcall
CLEANFILES+= crtsavres.S
# On powerpc64 crtsavres is an empty file
crtsavres.S:
touch ${.TARGET}
.include <bsd.lib.mk>