diff options
Diffstat (limited to 'src/backend/port/Makefile')
| -rw-r--r-- | src/backend/port/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile index 54c4482c43..8969d82c1c 100644 --- a/src/backend/port/Makefile +++ b/src/backend/port/Makefile @@ -19,7 +19,7 @@ # be converted to Method 2. # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.4 1996/11/10 03:13:27 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.5 1996/11/26 03:18:38 bryanh Exp $ # #------------------------------------------------------------------------- @@ -36,6 +36,11 @@ ifeq ($(PORTNAME), sparc_solaris) OBJS += inet_aton.o endif +ifeq ($(PORTNAME), ultrix4) +# Other ports get the inet_aton() function from their standard C libraries. +OBJS += inet_aton.o +endif + all: submake SUBSYS.o SUBSYS.o: $(OBJS) |
