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
/
lprm
/
Makefile
blob
43270b05b1c5d74f34e17bba21c35e62ee2823e8
1
# $NetBSD: Makefile,v 1.6 1997/05/08 21:12:28 gwr Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
lprm
5
BINOWN
=
root
6
BINGRP
=
daemon
7
BINMODE
=
6555
8
BINDIR
= /
usr
/
bin
9
10
.
include
<
bsd.prog.mk
>