blob: d6063cb7e067f8b5f15f9132c1cc74a1a58d75fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.66 2014/04/11 22:51:52 miod Exp $
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
SUBDIR= csu libarch libc libcrypto libcurses libedit libevent libexpat \
libform libfuse libkeynote libkvm libl libm libmenu \
libocurses libossaudio libpanel libpcap librthread librpcsvc \
libskey libsndio libsqlite3 libssl libusbhid libutil liby libz
.include <bsd.own.mk>
.if (${KERBEROS5:L} == "yes")
SUBDIR+=../kerberosV/lib
.endif
.include <bsd.subdir.mk>
|