blob: 6a48b5ef214fcf55a7e5b4f6e4e0c5c844421700 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.16 2016/03/20 05:13:22 guenther Exp $
SUBDIR+= elf hidden weak dlsym dlopen dlclose lazy
#SUBDIR+= constructor
SUBDIR+= link-order edgecases initfirst
SUBDIR+= df_1_noopen randomdata subst dependencies
SUBDIR+= init-env
install:
.include <bsd.subdir.mk>
|