diff options
| author | Garance A Drosehn <gad@FreeBSD.org> | 2002-06-23 20:57:18 +0000 |
|---|---|---|
| committer | Garance A Drosehn <gad@FreeBSD.org> | 2002-06-23 20:57:18 +0000 |
| commit | 3c75ad7ec09b1e2959b45c416e2ac75892aef19d (patch) | |
| tree | 772574425e520e9cf07dc97e596f25c66f03be7b /usr.sbin/lpr/lpc | |
| parent | 4d2e36928d066a701da1527175dbadcc65211ad1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/lpr/lpc')
| -rw-r--r-- | usr.sbin/lpr/lpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpc/Makefile b/usr.sbin/lpr/lpc/Makefile index 51ab44d46821..7ce0f4c08394 100644 --- a/usr.sbin/lpr/lpc/Makefile +++ b/usr.sbin/lpr/lpc/Makefile @@ -9,7 +9,7 @@ SRCS= lpc.c cmds.c cmdtab.c BINGRP= daemon BINMODE= 2555 -CFLAGS+= -I${.CURDIR}/../common_source ${CWARNFLAGS} +CFLAGS+= -I${.CURDIR}/../common_source DPADD= ${LIBLPR} ${LIBEDIT} ${LIBTERMCAP} LDADD= ${LIBLPR} -ledit -ltermcap |
