12 lines
173 B
Makefile
12 lines
173 B
Makefile
# $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>
|