xref: /openbsd/regress/usr.sbin/Makefile (revision d25d28bf)
1#	$OpenBSD: Makefile,v 1.13 2016/09/05 09:55:18 deraadt Exp $
2
3SUBDIR += arp
4SUBDIR += httpd
5#SUBDIR += ldapd
6SUBDIR += mtree
7SUBDIR += ospfd
8SUBDIR += relayd
9SUBDIR += syslogd
10
11.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
12SUBDIR += pkg_add
13.endif
14
15.include <bsd.subdir.mk>
16