programs/dtconfig: add automake files

This commit is contained in:
Chase
2019-10-22 22:00:59 -05:00
committed by Jon Trulson
parent ca20cfe55b
commit 3a1ea5975d
4 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
MAINTAINERCLEANFILES = Makefile.in
if SUN
SUBDIRS = sun
endif
if AIX
SUBDIRS = ibm
endif
if HPUX
SUBDIRS = hp
endif