comparison Makefile @ 17:b7309b030e8d

Port to AIX
author Guido Berhoerster <guido+sencrypt@berhoerster.name>
date Sat, 07 Jul 2018 17:55:59 +0200
parents a779ed022a87
children 0bd16b428fc0
comparison
equal deleted inserted replaced
16:d9c4bdc004d2 17:b7309b030e8d
83 ifeq ($(OS_RELEASE),5.10) 83 ifeq ($(OS_RELEASE),5.10)
84 HAVE_ERR_H ?= 0 84 HAVE_ERR_H ?= 0
85 else 85 else
86 HAVE_ERR_H ?= 1 86 HAVE_ERR_H ?= 1
87 endif 87 endif
88 else ifeq ($(OS_NAME),AIX)
89 HAVE_ERR_H ?= 0
88 endif 90 endif
89 91
90 OBJS = sencrypt.o 92 OBJS = sencrypt.o
91 93
92 MANPAGES = $(PACKAGE).1 $(DECRYPT_ALIAS).1 94 MANPAGES = $(PACKAGE).1 $(DECRYPT_ALIAS).1