1# $OpenBSD: Makefile,v 1.5 2014/11/23 08:46:49 guenther Exp $ 2 3SUBDIR+= ctors dtors init_priority 4 5.if !defined(NOPIC) 6SUBDIR+= callbacks 7.endif 8 9install: 10 11.include <bsd.subdir.mk> 12