mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
106d839190
Submitted by: Ulrich Spörlein
10 lines
103 B
Makefile
10 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ccdconfig
|
|
MAN= ccdconfig.8
|
|
|
|
DPADD= ${LIBGEOM}
|
|
LDADD= -lgeom
|
|
|
|
.include <bsd.prog.mk>
|