1950bb45f3
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)
15 lines
361 B
Makefile
15 lines
361 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.5 1998/03/07 09:47:57 bde Exp $
|
|
|
|
PROG= lpc
|
|
CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
|
|
MAN8= lpc.8
|
|
SRCS= lpc.c cmds.c cmdtab.c
|
|
BINGRP= daemon
|
|
BINMODE=2555
|
|
.PATH: ${.CURDIR}/../common_source
|
|
DPADD= ${LIBLPR} ${LIBEDIT} ${LIBTERMCAP}
|
|
LDADD= ${LIBLPR} -ledit -ltermcap
|
|
|
|
.include <bsd.prog.mk>
|