From fb1440bad5cc00c25587f3b0fd43054fcd16e25e Mon Sep 17 00:00:00 2001 From: mdodd Date: Thu, 19 Aug 1999 03:29:15 +0000 Subject: Add support for command line editing and history. Remove src/contrib/bind/bin/nslookup/commands.c as it is generated by lex from commands.l. Submitted by: lpc/cdcontrol patches originally by msmith. Reviewed by: msmith (in theory) --- usr.sbin/lpr/lpc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/lpr/lpc/Makefile') diff --git a/usr.sbin/lpr/lpc/Makefile b/usr.sbin/lpr/lpc/Makefile index 46a4166..855b8ed 100644 --- a/usr.sbin/lpr/lpc/Makefile +++ b/usr.sbin/lpr/lpc/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.4 1997/12/16 17:53:19 bde Exp $ +# $Id: Makefile,v 1.5 1998/03/07 09:47:57 bde Exp $ PROG= lpc CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} @@ -8,7 +8,7 @@ SRCS= lpc.c cmds.c cmdtab.c BINGRP= daemon BINMODE=2555 .PATH: ${.CURDIR}/../common_source -DPADD= ${LIBLPR} -LDADD= ${LIBLPR} +DPADD= ${LIBLPR} ${LIBEDIT} ${LIBTERMCAP} +LDADD= ${LIBLPR} -ledit -ltermcap .include -- cgit v1.1