gad 4f36141373 Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing will
add them automatically, and there is no point in adding them twice.

MFC after:	5 days
2002-06-23 20:57:18 +00:00

18 lines
311 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
.PATH: ${.CURDIR}/../common_source
PROG= lpc
MAN= lpc.8
SRCS= lpc.c cmds.c cmdtab.c
BINGRP= daemon
BINMODE= 2555
CFLAGS+= -I${.CURDIR}/../common_source
DPADD= ${LIBLPR} ${LIBEDIT} ${LIBTERMCAP}
LDADD= ${LIBLPR} -ledit -ltermcap
.include <bsd.prog.mk>