9 lines
182 B
Makefile
9 lines
182 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
if !NETBSD
|
|
SUBDIRS = m-guides man guides help
|
|
else
|
|
# building the guides on netbsd (9.2) doesn't work currently
|
|
SUBDIRS = m-guides man help
|
|
endif
|