Makefile revision 1.18
1#	$NetBSD: Makefile,v 1.18 2008/11/21 15:39:29 ad Exp $
2
3.if make(obj)
4
5SUBDIR=	libhack more ssh tls \
6	x_dhclient x_ed x_gzip x_ifconfig \
7	x_netstat x_ping x_route x_umount zcat
8
9.if ${MACHINE} == "acorn32"
10SUBDIR+=sparkcrc
11.endif
12
13# IPv6
14SUBDIR+=x_ping6
15
16.endif
17
18.if exists(sysinst/arch/${MACHINE})
19SUBDIR+=sysinst
20.endif
21
22release:
23
24.include <bsd.subdir.mk>
25