30 lines
259 B
Makefile
30 lines
259 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
if LINUX
|
|
SUBDIRS = linux
|
|
endif
|
|
|
|
if SUN
|
|
SUBDIRS = sun
|
|
endif
|
|
|
|
if FREEBSD
|
|
SUBDIRS = freebsd
|
|
endif
|
|
|
|
if HPUX
|
|
SUBDIRS = hpux
|
|
endif
|
|
|
|
if AIX
|
|
SUBDIRS = ibm
|
|
endif
|
|
|
|
if OPENBSD
|
|
SUBDIRS = openbsd
|
|
endif
|
|
|
|
if NETBSD
|
|
SUBDIRS = netbsd
|
|
endif
|