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
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.sbin
/
lpr
/
lpq
/
Makefile
blob
664c22bb45dbd8b222a5be56f96fa5c5c44458bf
1
# $NetBSD: Makefile,v 1.6 1997/05/08 21:12:26 gwr Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
lpq
5
BINOWN
=
root
6
BINGRP
=
daemon
7
BINMODE
=
6555
8
BINDIR
= /
usr
/
bin
9
10
.
include
<
bsd.prog.mk
>