mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
2924ab1473
Reminded by: ru
9 lines
98 B
Makefile
9 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= digictl
|
|
MAN= digictl.8
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
|
|
|
.include <bsd.prog.mk>
|