1# Makefile.am for contrib/
2
3SUBDIRS = macusers misc shell_utils
4
5if COMPILE_TIMELORD
6SUBDIRS += timelord
7endif
8
9if COMPILE_A2BOOT
10SUBDIRS += a2boot
11endif
12
13if USE_APPLETALK
14SUBDIRS += printing
15endif
16