12 lines
198 B
Makefile
12 lines
198 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -msdblib
|
|
|
|
MAINTAINER= cowbert@gmail.com
|
|
|
|
WITH_MSDBLIB= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../freetds
|
|
|
|
.include "${MASTERDIR}/Makefile"
|