freebsd-dev/gnu/usr.bin/cc/cc_fbsd/Makefile
David E. O'Brien 665fb296a7 Add libcc_fbsd.a that contains libc and libiberty routines needed in
bootstraping on FreeBSD specifically.

3.2 upgrade path tested by:	marcel
1999-12-19 20:22:42 +00:00

17 lines
208 B
Makefile

# $FreeBSD$
LIBCDIR= ${.CURDIR}/../../../../lib/libc
.PATH: ${LIBCDIR}/gen ${LIBCDIR}/stdio
LIB= cc_fbsd
NOPROFILE= YES
NOPIC= YES
SRCS= getobjformat.c mktemp.c
install:
@true
.include <bsd.lib.mk>