24 lines
225 B
Makefile
24 lines
225 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
SUBDIRS = bdf
|
|
|
|
if LINUX
|
|
SUBDIRS += linux
|
|
endif
|
|
|
|
if SOLARIS
|
|
SUBDIRS += sun
|
|
endif
|
|
|
|
if FREEBSD
|
|
SUBDIRS += freebsd
|
|
endif
|
|
|
|
if OPENBSD
|
|
SUBDIRS += openbsd
|
|
endif
|
|
|
|
if NETBSD
|
|
SUBDIRS += netbsd
|
|
endif
|