blob: 91681089899a32cea7d73ae96022d2e0d0999a5e (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.7 2005/09/22 23:54:48 drahn Exp $
SUBDIR+= elf weak dlsym dlopen
#SUBDIR+= constructor
SUBDIR+= link-order edgecases
install:
.include <bsd.subdir.mk>
|