10 lines
224 B
Makefile
10 lines
224 B
Makefile
# $NetBSD: Makefile,v 1.5 1999/04/16 10:10:24 simonb Exp $
|
|
|
|
SUBDIR= libhack init_s more ssh tls \
|
|
x_dd x_ftp x_ifconfig x_route x_sh zcat
|
|
.if exists(sysinst/arch/${MACHINE})
|
|
SUBDIR+=sysinst
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|