Move popcount et al to src/common and add popcount32/popcount64.
[netbsd-mini2440.git] / gnu / usr.bin / Makefile
blob5505f1db72c00701d486c694dfccef227bd21ae4
1 # $NetBSD: Makefile,v 1.128 2008/09/24 02:19:45 dogcow Exp $
3 # for OBJECT_FMT
4 .include <bsd.own.mk>
6 SUBDIR+= bc
7 .if ${MKBINUTILS} != "no"
8 SUBDIR+= binutils
9 .endif
10 SUBDIR+= c89 c99
11 SUBDIR+= dc diffutils gkermit grep
12 SUBDIR+= groff rcs send-pr texinfo
14 SUBDIR+= gettext
16 .if ${MKGDB} != "no"
17 .if ${HAVE_GDB} == "6"
18 SUBDIR+= gdb6
19 .endif
20 .endif
22 .if ${MKGCCCMDS} != "no"
23 SUBDIR+= gcc4
24 .endif
26 .include <bsd.subdir.mk>