summaryrefslogtreecommitdiffstats
path: root/kerberosIV/lib/libroken
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-09-24 20:37:15 +0000
committermarkm <markm@FreeBSD.org>1997-09-24 20:37:15 +0000
commita4a1a839ad4c4648d8c7c7e6bba576dec6bec55b (patch)
treebb4c87ee5d5f853077dd867cbc377ca2c4b2d519 /kerberosIV/lib/libroken
parenta6d86de36db5b92e3053ed87d81a2984ac5ee2b9 (diff)
downloadFreeBSD-src-a4a1a839ad4c4648d8c7c7e6bba576dec6bec55b.zip
FreeBSD-src-a4a1a839ad4c4648d8c7c7e6bba576dec6bec55b.tar.gz
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 ;-)
Diffstat (limited to 'kerberosIV/lib/libroken')
-rw-r--r--kerberosIV/lib/libroken/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/kerberosIV/lib/libroken/Makefile b/kerberosIV/lib/libroken/Makefile
new file mode 100644
index 0000000..cf5f420
--- /dev/null
+++ b/kerberosIV/lib/libroken/Makefile
@@ -0,0 +1,16 @@
+# $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
OpenPOWER on IntegriCloud