hptiop(4): Add some more PCI IDs.
[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 # Do not include `info' in the SUBDIR list, it is handled separately.
5
6 SUBDIR= colldef dict doc examples i18n initrd locale man me misc mk monetdef \
7         msgdef numericdef skel syscons tabset termcap timedef zoneinfo \
8         terminfo
9
10 .if !defined(NO_SENDMAIL)
11 SUBDIR+= sendmail
12 .endif
13
14 .if defined(WANT_INSTALLER)
15 SUBDIR+= installer
16 .endif
17
18 .include <bsd.subdir.mk>