NetBSD/lib/libroken/Makefile

65 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2001/02/11 18:02:06 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/lib/roken
.PATH: ${.CURDIR}/../../include/heimdal
WARNS?= 1
MKLINT= no
LIB= roken
SRCS= \
base64.c \
concat.c \
emalloc.c \
environment.c \
eread.c \
erealloc.c \
esetenv.c \
estrdup.c \
ewrite.c \
get_default_username.c \
get_window_size.c \
getaddrinfo_hostspec.c \
getarg.c \
getnameinfo_verified.c \
issuid.c \
k_getpwnam.c \
k_getpwuid.c \
mini_inetd.c \
net_read.c \
net_write.c \
parse_bytes.c \
parse_time.c \
parse_units.c \
resolve.c \
roken_gethostby.c \
rtbl.c \
signal.c \
simple_exec.c \
socket.c \
strcollect.c \
strlwr.c \
strndup.c \
strnlen.c \
strsep_copy.c \
strupr.c \
tm2time.c \
verify.c \
warnerr.c \
write_pid.c
INCS= base64.h getarg.h parse_bytes.h parse_time.h parse_units.h \
resolve.h roken.h roken-common.h rtbl.h
INCSDIR= /usr/include/krb5
CPPFLAGS+= -I. \
-I${.CURDIR}/../../include/heimdal \
-I${DIST}/heimdal/lib/roken \
-DHAVE_CONFIG_H
HOST_CPPFLAGS+= -I${.CURDIR}/../../include/heimdal -DHAVE_CONFIG_H
.include <bsd.lib.mk>