[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / lib

File: [local] / src / lib / Makefile (download)

Revision 1.64, Sun Mar 23 18:18:44 2014 UTC (10 years, 2 months ago) by kili
Branch: MAIN
Changes since 1.63: +2 -2 lines

Unhook librt stub. It's causing too much breakeage to the ports tree.

Prodded by espie@.

#	$OpenBSD: Makefile,v 1.64 2014/03/23 18:18:44 kili Exp $
#	$NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $

SUBDIR=	csu libarch libc libcurses libedit libevent libexpat \
	libform libfuse libkeynote libkvm libl libm libmenu \
	libocurses libossaudio libpanel libpcap librthread librpcsvc \
	libskey libsndio libsqlite3 libssl libusbhid libutil libwrap liby libz

.include <bsd.own.mk>

.if (${KERBEROS5:L} == "yes")
SUBDIR+=../kerberosV/lib
.endif

.include <bsd.subdir.mk>