|
1 | 1 | #-------------------------------------------------------------------------
|
2 | 2 | #
|
3 | 3 | # Makefile.inc--
|
4 |
| -# Makefile for port/sparc_solaris (SPARC/Solaris 2.x specific stuff) |
| 4 | +# Makefile for port/i386_solaris (X86/Solaris 2.x specific stuff) |
5 | 5 | #
|
6 | 6 | # Copyright (c) 1994, Regents of the University of California
|
7 | 7 | #
|
8 | 8 | #
|
9 | 9 | # IDENTIFICATION
|
10 |
| -# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile.inc,v 1.2 1996/07/22 22:59:34 scrappy Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile.inc,v 1.3 1996/07/25 07:27:08 scrappy Exp $ |
11 | 11 | #
|
12 | 12 | #-------------------------------------------------------------------------
|
13 | 13 |
|
14 | 14 | CFLAGS+= -DUSE_POSIX_TIME -DNEED_ISINF -DNEED_RUSAGE -DNO_EMPTY_STMTS
|
15 | 15 |
|
16 | 16 | LDADD+= -ll -ldl
|
17 | 17 |
|
18 |
| -SUBSRCS+= port.ctas.s |
| 18 | +SUBSRCS+= port.c |
19 | 19 |
|
20 | 20 | HEADERS+= machine.h port-protos.h rusagestub.h
|