freebsd-dev/kerberosIV/lib/libroken/Makefile
Mark Murray 5f6559a29b Initial import of the new kerberosIV Makefiles.
I will follow up with the userland sources over the next few days.
The impatient of you can play with this, but you do this without
support or blessing until I am finished ;-)
1997-09-24 20:37:15 +00:00

17 lines
349 B
Makefile

# $Id$
LIB= roken
CFLAGS+= -I${KRB4DIR}/include \
-I${INCLUDEOBJDIR} \
-I${KRB4DIR}/lib/roken
SRCS= k_getpwuid.c k_getpwnam.c signal.c tm2time.c \
verify.c inaddr2str.c mini_inetd.c get_window_size.c \
warnerr.c snprintf.c strlwr.c strnlen.c strtok_r.c strupr.c
NOPIC= yes
install:
.include <bsd.lib.mk>
.PATH: ${KRB4DIR}/lib/roken