blob: 81c3e510b0be57a4299173d7b02223b3459b7c80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.16 2003/08/04 04:20:25 itojun Exp $
.include <bsd.own.mk>
SUBDIR+= csu libc libevent libposix libpthread librt libutil
.if (${MKSKEY} != "no")
SUBDIR+= libskey
.endif
.if ${MKCRYPTO} != "no"
SUBDIR+= libcrypto libdes
.endif
.include <bsd.subdir.mk>
|