f72d3abd91
Since all the x_<prog> get build into crunched binaries (which does a reachover build these days) I suspect this is entirely unnecessary. But having deleted x_dmesg we must ensure it doesn't go there.
19 lines
329 B
Makefile
19 lines
329 B
Makefile
# $NetBSD: Makefile,v 1.17 2005/09/10 13:24:38 dsl Exp $
|
|
|
|
SUBDIR= libhack more ssh tls \
|
|
x_dhclient x_ed x_gzip x_ifconfig \
|
|
x_netstat x_ping x_route x_umount zcat
|
|
|
|
.if exists(sysinst/arch/${MACHINE})
|
|
SUBDIR+=sysinst
|
|
.endif
|
|
|
|
.if ${MACHINE} == "acorn32"
|
|
SUBDIR+=sparkcrc
|
|
.endif
|
|
|
|
# IPv6
|
|
SUBDIR+=x_ping6
|
|
|
|
.include <bsd.subdir.mk>
|