programs/fontaliases: add automake files

This commit is contained in:
Chase
2019-10-23 15:33:40 -05:00
committed by Jon Trulson
parent c76539517b
commit 2f8484ae14
5 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
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