665fb296a7
bootstraping on FreeBSD specifically. 3.2 upgrade path tested by: marcel
17 lines
208 B
Makefile
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>
|