Enabled 2 new ports xmysql and xmysqladmin

This commit is contained in:
Andreas Klemm 1997-09-02 15:10:38 +00:00
parent 0e8b297194
commit b20e878184
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7756

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.21 1997/08/19 07:17:51 fenner Exp $
# $Id: Makefile,v 1.22 1997/08/30 13:26:53 andreas Exp $
#
SUBDIR += db
SUBDIR += gdbm
@ -14,5 +14,7 @@
SUBDIR += postgresql
SUBDIR += typhoon
SUBDIR += xmbase-grok
SUBDIR += xmysql
SUBDIR += xmysqladmin
.include <bsd.port.subdir.mk>