2016-01-31 21:56:49 +03:00
|
|
|
# $NetBSD: Makefile,v 1.22 2016/01/31 18:56:49 christos Exp $
|
2008-11-21 18:39:29 +03:00
|
|
|
|
|
|
|
.if make(obj)
|
1995-10-09 02:08:46 +03:00
|
|
|
|
2002-10-17 10:02:34 +04:00
|
|
|
SUBDIR= libhack more ssh tls \
|
2016-01-31 21:56:49 +03:00
|
|
|
x_disklabel x_ed x_gzip x_ifconfig \
|
2002-10-17 10:02:34 +04:00
|
|
|
x_netstat x_ping x_route x_umount zcat
|
2000-05-13 00:54:16 +04:00
|
|
|
|
2004-06-09 01:43:40 +04:00
|
|
|
.if ${MACHINE} == "acorn32"
|
|
|
|
SUBDIR+=sparkcrc
|
|
|
|
.endif
|
|
|
|
|
2010-03-11 02:13:09 +03:00
|
|
|
.if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k"
|
|
|
|
SUBDIR+=edlabel
|
|
|
|
.endif
|
|
|
|
|
2000-01-04 11:33:51 +03:00
|
|
|
# IPv6
|
|
|
|
SUBDIR+=x_ping6
|
|
|
|
|
2008-11-21 18:39:29 +03:00
|
|
|
.endif
|
|
|
|
|
|
|
|
release:
|
|
|
|
|
1995-10-09 02:08:46 +03:00
|
|
|
.include <bsd.subdir.mk>
|