19 lines
337 B
Makefile
19 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.16 2004/06/08 21:43:40 abs Exp $
|
|
|
|
SUBDIR= libhack more ssh tls \
|
|
x_dhclient x_dmesg 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>
|