blob: 97e266aa129a27a6e4832a9e61dcdbe7591aa433 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.8 2005/09/28 15:48:09 kurt Exp $
SUBDIR+= elf weak dlsym dlopen dlclose
#SUBDIR+= constructor
SUBDIR+= link-order edgecases
install:
.include <bsd.subdir.mk>
|