1 # $NetBSD: Makefile,v 1.210 2012/08/08 14:13:46 christos Exp $
2 # from: @(#)Makefile 8.3 (Berkeley) 1/7/94
28 SUBDIR
+= ..
/external
/zlib
/pigz
/bin
/pigz
36 # LSC FIXME For now we compile unconditionnaly apropos even if we
41 .if
(${MKMAKEMANDB} == "no")
42 SUBDIR
+= apropos whatis
45 .if
(${MKRUMP} != "no")
46 SUBDIR
+= rump_allserver rump_dhcpclient rump_halt rump_server
49 .if
(${MKBSDGREP} != "no")
53 .if
(${MKPIGZGZIP} != "no")
59 .if
(${MKHESIOD} != "no")
63 .if
(${MKSKEY} != "no")
64 SUBDIR
+= skey skeyinfo skeyinit
68 SUBDIR
+= ypcat ypmatch ypwhich
71 .if
(${MKCRYPTO} != "no")
76 .
include <bsd.subdir.mk
>