repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
lpr
/
lpc
/
Makefile
blob
d23ca642e5ca68f05f87c9fa9200ce87f97199be
1
# $NetBSD: Makefile,v 1.8 1997/10/10 09:26:38 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
lpc
5
MAN
=
lpc
.8
6
SRCS
=
lpc.c cmds.c cmdtab.c
7
BINGRP
=
daemon
8
BINMODE
=
2555
9
10
LDADD
+= -
ledit
-
ltermcap
11
DPADD
+= ${
LIBEDIT
} ${
LIBTERMCAP
}
12
13
.
include
<
bsd.prog.mk
>