mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
9 lines
110 B
Makefile
9 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= cdcontrol
|
|
|
|
DPADD= ${LIBEDIT} ${LIBTERMCAP}
|
|
LDADD= -ledit -ltermcap
|
|
|
|
.include <bsd.prog.mk>
|