blob: 96ca55ae1fc649a774bcc509d578f61ad1f4a3cd (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.10 2009/02/17 16:40:51 jsing Exp $
SUBDIR+= elf hidden weak dlsym dlopen dlclose lazy
#SUBDIR+= constructor
SUBDIR+= link-order edgecases
install:
.include <bsd.subdir.mk>
|