summaryrefslogtreecommitdiffstats
path: root/kerberosIV/lib/libroken/Makefile
blob: 10ced7e5b369e90b35a5c1f7fcc35134e3e58005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $FreeBSD$

LIB=		roken
CFLAGS+=	-I${KRB4DIR}/include \
		-I${INCLUDEOBJDIR} \
		-I${KRB4DIR}/lib/roken \
		-I${.OBJDIR}
SRCS=		base64.c concat.c emalloc.c eread.c erealloc.c estrdup.c \
		ewrite.c get_default_username.c get_window_size.c getarg.c \
		inaddr2str.c issuid.c k_getpwnam.c k_getpwuid.c mini_inetd.c \
		net_read.c net_write.c parse_time.c parse_units.c \
		print_version.c resolve.c roken_gethostby.c signal.c \
		simple_exec.c snprintf.c socket.c tm2time.c verify.c \
		warnerr.c copyhostent.c strlwr.c strndup.c strnlen.c \
		strupr.c print_version.h
NOPIC=		yes

install:

.include <bsd.lib.mk>

.PATH:		${KRB4DIR}/lib/roken

build-tools:	make-print-version

print_version.h: make-print-version
	./make-print-version print_version.h

make-print-version: make-print-version.c
	${CC} ${CFLAGS} -o ${.TARGET} ${.OODATE}

CLEANFILES+=	make-print-version print_version.h
OpenPOWER on IntegriCloud