summaryrefslogtreecommitdiff
path: root/regress/libexec/Makefile
blob: a1cd2b3d02e17693aed973e14cb72f4bae6563b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.4 2019/12/22 07:43:32 jan Exp $

.include <bsd.own.mk>

SUBDIR+= ftpd
.if !defined(NOPIC)
SUBDIR+= ld.so
.endif

install:

.include <bsd.subdir.mk>