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