14 lines
123 B
Makefile
14 lines
123 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
if SOLARIS
|
|
SUBDIRS = sun
|
|
endif
|
|
|
|
if AIX
|
|
SUBDIRS = ibm
|
|
endif
|
|
|
|
if HPUX
|
|
SUBDIRS = hp
|
|
endif
|