[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils

File: [cvs.NetBSD.org] / src / distrib / utils / Makefile (download)

Revision 1.20.6.1, Sun Aug 10 06:48:49 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.20: +1 -5 lines

Rebase.

#	$NetBSD: Makefile,v 1.20.6.1 2014/08/10 06:48:49 tls Exp $

.if make(obj)

SUBDIR=	libhack more ssh tls \
	x_ed x_gzip x_ifconfig \
	x_netstat x_ping x_route x_umount zcat

.if ${MACHINE} == "acorn32"
SUBDIR+=sparkcrc
.endif

.if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k"
SUBDIR+=edlabel
.endif

# IPv6
SUBDIR+=x_ping6

.endif

release:

.include <bsd.subdir.mk>