mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 02:40:09 -04:00
9 lines
129 B
Makefile
9 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= cdcontrol
|
|
CFLAGS+= -Wall
|
|
|
|
DPADD += ${LIBEDIT} ${LIBTERMCAP}
|
|
LDADD += -ledit -ltermcap
|
|
|
|
.include <bsd.prog.mk>
|