blob: 728b3b41b0091fb4aef0ff6b8b7b59417e3f607e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.15 2014/09/07 04:14:25 guenther Exp $
SUBDIR+= elf hidden weak dlsym dlopen dlclose lazy
#SUBDIR+= constructor
SUBDIR+= link-order edgecases initfirst
SUBDIR+= df_1_noopen randomdata subst dependencies
install:
.include <bsd.subdir.mk>
|