1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

Part of patch to make a working nextstep port.

This commit is contained in:
Bryan Henderson
1997-01-13 03:54:48 +00:00
parent 0d3bf78e0b
commit 6ece8a8d0b
5 changed files with 42 additions and 25 deletions

View File

@@ -19,7 +19,7 @@
# be converted to Method 2.
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.5 1996/11/26 03:18:38 bryanh Exp $
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.6 1997/01/13 03:54:20 bryanh Exp $
#
#-------------------------------------------------------------------------
@@ -31,12 +31,7 @@ else
OBJS = $(PORTNAME)/SUBSYS.o
ifeq ($(PORTNAME), sparc_solaris)
# Other ports get the inet_aton() function from their standard C libraries.
OBJS += inet_aton.o
endif
ifeq ($(PORTNAME), ultrix4)
ifneq ($(findstring /$(PORTNAME)/, /sparc_solaris/ultrix4/nextstep/))
# Other ports get the inet_aton() function from their standard C libraries.
OBJS += inet_aton.o
endif