NetBSD/distrib/utils/Makefile

10 lines
244 B
Makefile
Raw Normal View History

1999-10-19 00:20:03 +04:00
# $NetBSD: Makefile,v 1.7 1999/10/18 20:20:03 pk Exp $
1997-12-12 06:38:30 +03:00
SUBDIR= libhack init_s more ssh tls \
1999-10-19 00:20:03 +04:00
x_dd x_ftp x_gzip x_ifconfig x_netstat x_ping x_route x_sh zcat
.if exists(sysinst/arch/${MACHINE})
SUBDIR+=sysinst
.endif
.include <bsd.subdir.mk>