NetBSD/distrib/utils/Makefile

10 lines
224 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1999/04/16 10:10:24 simonb Exp $
1997-12-12 06:38:30 +03:00
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>