1999-04-16 14:10:24 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 1999/04/16 10:10:24 simonb Exp $
|
1995-10-09 02:08:46 +03:00
|
|
|
|
1997-12-12 06:38:30 +03:00
|
|
|
SUBDIR= libhack init_s more ssh tls \
|
1999-04-16 14:10:24 +04:00
|
|
|
x_dd x_ftp x_ifconfig x_route x_sh zcat
|
|
|
|
.if exists(sysinst/arch/${MACHINE})
|
|
|
|
SUBDIR+=sysinst
|
|
|
|
.endif
|
1995-10-09 02:08:46 +03:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|