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