NetBSD/distrib/utils/Makefile

25 lines
381 B
Makefile
Raw Normal View History

2014-07-26 23:35:10 +04:00
# $NetBSD: Makefile,v 1.21 2014/07/26 19:35:10 dholland Exp $
.if make(obj)
SUBDIR= libhack more ssh tls \
x_ed x_gzip x_ifconfig \
x_netstat x_ping x_route x_umount zcat
2000-05-13 00:54:16 +04:00
.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>