opnsense-src/gnu/usr.bin/cc/protoize/Makefile

22 lines
408 B
Makefile
Raw Normal View History

# $FreeBSD$
.include "../Makefile.inc"
2002-04-07 04:05:33 -04:00
.PATH: ${.CURDIR}/../cc_tools ${GCCDIR}
2002-04-06 18:18:01 -05:00
PROG= protoize
NOMAN=
# things are rather hard-coded, we work around that here
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"../libdata/gcc\"
DPADD= ${LIBCC_INT}
LDADD= ${LIBCC_INT}
CLEANFILES= config.h
config.h: auto-host.h freebsd-native.h
cat ${.ALLSRC} >${.TARGET}
.include <bsd.prog.mk>