1 # $NetBSD: Makefile,v 1.210 2012/08/08 14:13:46 christos Exp $
2 # from: @(#)Makefile 8.3 (Berkeley) 1/7/94
37 SUBDIR
+= ..
/external
/zlib
/pigz
/bin
/pigz
45 # LSC FIXME For now we compile unconditionnaly apropos even if we
50 .if
(${MKMAKEMANDB} == "no")
51 SUBDIR
+= apropos whatis
54 .if
(${MKRUMP} != "no")
55 SUBDIR
+= rump_allserver rump_dhcpclient rump_halt rump_server
58 .if
(${MKBSDGREP} != "no")
62 .if
(${MKPIGZGZIP} != "no")
68 .if
(${MKHESIOD} != "no")
72 .if
(${MKSKEY} != "no")
73 SUBDIR
+= skey skeyinfo skeyinit
77 SUBDIR
+= ypcat ypmatch ypwhich
80 .if
(${MKCRYPTO} != "no")
85 .
include <bsd.subdir.mk
>