diff options
| author | skrll <skrll@NetBSD.org> | 2006-11-20 17:08:35 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2006-11-20 17:08:35 +0000 |
| commit | 768e889c8be080dedeac247a22916dfbf114abf1 (patch) | |
| tree | 08b0c10fc0556bcdb0ee16f3f27201e313663177 /gnu/lib/libfrtbegin | |
| parent | 500bebac905ae00be6b1c0dc069123f706cc20a1 (diff) | |
Delete more gcc3 stuff.
Diffstat (limited to 'gnu/lib/libfrtbegin')
| -rw-r--r-- | gnu/lib/libfrtbegin/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/lib/libfrtbegin/Makefile b/gnu/lib/libfrtbegin/Makefile deleted file mode 100644 index 39be15e26aa..00000000000 --- a/gnu/lib/libfrtbegin/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2003/09/04 04:34:18 mrg Exp $ - -LIB= frtbegin - -NOLINT= # defined -NOPROFILE= # defined -NOPIC= # defined - -.include <bsd.own.mk> - -.include "${.CURDIR}/../libg2c3/arch/${MACHINE_ARCH}/defs.mk" - -DIST= ${NETBSDSRCDIR}/gnu/dist/gcc - -SRCS= main.c -#CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} -I${DIST}/include -GCPPFLAGS= ${G_ALL_CFLAGS:O:u} -CPPFLAGS+= -I${.CURDIR}/arch/${MACHINE_ARCH} \ - ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} \ - -DAllow_TYQUAD - -.PATH: ${DIST}/libf2c/libF77 - -.include <bsd.lib.mk> |
