blob: 0017125ff4eab75694685f433834623e905acca3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
########################################################################
# PTT BBS Automake
# Create: piaip, Sat Sep 10 10:36:56 CST 2005
########################################################################
# $Id$
# We are not using standard GNU package
AUTOMAKE_OPTIONS=foreign
SUBDIRS=mbbsd util
|