Merge branch 'vendor/OPENBSD_LIBM'
[dragonfly.git] / share / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/share/Makefile,v 1.22.2.4 2002/03/12 17:13:32 phantom Exp $
3
4 SUBDIR= colldef dict doc examples i18n initrd \
5         man me misc mk mklocale monetdef msgdef \
6         numericdef skel syscons tabset termcap terminfo timedef zoneinfo
7
8 .if defined(WANT_INSTALLER)
9 SUBDIR+= installer
10 .endif
11
12 .include <bsd.subdir.mk>