blob: ad1290e0c42ee5d66ad9913cf5fb38805586624d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.13 1999/03/19 22:54:40 thorpej Exp $
OBJS+= c++rt0.o
c++rt0.o: c++rt0.c
${COMPILE.c} -fpic ${.ALLSRC}
@${LD} -x -r ${.TARGET}
@mv a.out ${.TARGET}
.include "${.CURDIR}/../common_aout/Makefile.inc"
|