mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
80189b3b09
variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL
9 lines
112 B
Makefile
9 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= cdcontrol
|
|
|
|
DPADD= ${LIBEDIT} ${LIBTERMCAPW}
|
|
LDADD= -ledit -ltermcapw
|
|
|
|
.include <bsd.prog.mk>
|