diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-19 03:29:15 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-19 03:29:15 +0000 |
| commit | 1950bb45f3269e1df416e8710673a664ca24d565 (patch) | |
| tree | 8b9ad6112f23614e1d62da4169464372ec3b2ff1 /usr.sbin/cdcontrol/Makefile | |
| parent | bb41d37104bc1cf78e60b0f735d29fcd903895ef (diff) | |
Notes
Diffstat (limited to 'usr.sbin/cdcontrol/Makefile')
| -rw-r--r-- | usr.sbin/cdcontrol/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/cdcontrol/Makefile b/usr.sbin/cdcontrol/Makefile index 86a42ebfab7f..1c5be4efb9a5 100644 --- a/usr.sbin/cdcontrol/Makefile +++ b/usr.sbin/cdcontrol/Makefile @@ -1,4 +1,7 @@ PROG= cdcontrol CFLAGS+= -Wall +DPADD += ${LIBEDIT} ${LIBTERMCAP} +LDADD += -ledit -ltermcap + .include <bsd.prog.mk> |
